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
Conditionally rendered components do not have access to contexts. This is because we only make contexts available on the first render which turns out to be a relatively trivial case to solve.
Proposed Actions
To consider this case of conditionally rendered components we must track the contexts which are available to a component in their corresponding hooks as state.
The text was updated successfully, but these errors were encountered:
Current Situation
Conditionally rendered components do not have access to contexts. This is because we only make contexts available on the first render which turns out to be a relatively trivial case to solve.
Proposed Actions
To consider this case of conditionally rendered components we must track the contexts which are available to a component in their corresponding hooks as state.
The text was updated successfully, but these errors were encountered: