Has anybody had issues with context using PlasmicComponent
?
<ContextProvider>
<PlasmicComponent component="Modal" componentProps={{ children: <Form /> }} />
</ContextProvider>
From what I can tell <Form />
, which maintains it’s own state, gets it’s state wiped whenever it updates <ContextProvider>