diegohaz / constate

React Context + State
https://codesandbox.io/s/github/diegohaz/constate/tree/master/examples/counter
MIT License
3.93k stars 90 forks source link

does constate support nested dynamic providers? #159

Open kajweb opened 1 year ago

kajweb commented 1 year ago

image

kajweb commented 1 year ago

It can be used in production environment. But I found that sometimes after hot update, "Component must be wrapped with Provider." will appear on the interface. These behaviors all happen randomly. I tried to write a demo to trigger him, but I failed.