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
Yesterday I found out that independently wrapped components in Context doesn't share the same Context values. Instead each one has their own context values.
Now when I think about it that makes sense, but it took quite some time to realize where's the issue in a complext real world app where we render React components in different places of legacy code.
Would be great if we extend the Troubleshooting section of the Context docs to include this case.