neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.75k stars 147 forks source link

vdom.Helper: createDeltas() => remove VNodeUtil.findChildVnode() #5521

Closed tobiu closed 6 days ago

tobiu commented 6 days ago

Same as: https://github.com/neomjs/neo/issues/5520

For all occurrences where we query the entire tree, use the flat maps instead.