reusable icon indicating copy to clipboard operation
reusable copied to clipboard

Support case of nested ReusableProviders

Open adamkleingit opened this issue 6 years ago • 2 comments

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

adamkleingit avatar Jul 07 '19 16:07 adamkleingit

Hi @adamkleingit, so reusable does not support nesteds providers right now? Do parallel providers work in for example sibling components?

DirkWolthuis avatar Oct 27 '20 09:10 DirkWolthuis

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.

adamkleingit avatar Oct 27 '20 19:10 adamkleingit