Get HoC working again (with new implementation)
tbranyen opened this issue · 1 comments
tbranyen commented
Get HoC working again (with new implementation)
tbranyen commented
I solved this using InstanceCache
taking in an array of components that are mapped in the tree. Since we squash down all components into at least one or more VTrees, this makes it easy to preserve the order. This will also make it possible to fully show the ComponentTree in the developer tools.