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.
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.