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
What is the expected behavior?
1st attempt and 2nd attempt to produce the same result
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React 16.3 - 16.4
All OS
The issue does not appear on version prior react 16.3 using the create-react-context polyfill
Notes
This issue was found while trying to use Ryan's new reach/router and SSR which does something like the example above.
After communicating with him, Ryan opened the following issue on his repository.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
One context consumer has a value of another contexts provider.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem:
Example
Output
What is the expected behavior?
1st attempt and 2nd attempt to produce the same result
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React 16.3 - 16.4
All OS
The issue does not appear on version prior react 16.3 using the create-react-context polyfill
Notes
This issue was found while trying to use Ryan's new reach/router and SSR which does something like the example above.
After communicating with him, Ryan opened the following issue on his repository.
The text was updated successfully, but these errors were encountered: