You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
If a block that provides a React context is hydrated after a block child that uses that context, the context is not connected between the two.
That works correctly in React: https://codesandbox.io/s/romantic-mclean-fc26hm?file=/src/App.js
You can test it out by adding a
setTimeout
with a bigger value to the Interactive Parent block so it is hydrated after the Interactive Child block.Related to #57.
The text was updated successfully, but these errors were encountered: