reusable
reusable copied to clipboard
Support case of nested ReusableProviders
The bottom ones should not provide the container again if it's already provided above it. So probably just bring it with context and if it exists just render children
Hi @adamkleingit, so reusable does not support nesteds providers right now? Do parallel providers work in for example sibling components?
Supporting siblings will be a bit difficult because they can't know of each other. But I guess we can still put some flag on the global container that will prevent us from rendering the store components again.