trotyl / ng-vdom

(Developer Preview) A virtual-DOM extension for Angular, also work as React bridge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: children with nested Array should not be flattened

trotyl opened this issue · comments

Current

All nested Arrays are flattened to children, would cause problem when having same key among different Arrays, also make diffing take more effort.

Expected

Each nested Array should be diffed on its own.