trotyl / ng-vdom

(Developer Preview) A virtual-DOM extension for Angular, also work as React bridge.
260 stars 12 forks source link

Bug: children with nested Array should not be flattened #44

Open trotyl opened 5 years ago

trotyl commented 5 years ago

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.