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
The context is working in the child components of the children components in ContextBridge component , but it doesn't seem to be reachable in the subcomponents of those components. That worked earlier with ContextBridge.
Relevant code:
// The context is reachable inside the Content3D component<ContextBridge><Content3D/><ContextBridge>
// But not in the
<Component3D/>
// That is located in Content3D
Suggested solution:
The text was updated successfully, but these errors were encountered:
three
version: "^0.161.0"@react-three/fiber
version: ^8.15.15@react-three/drei
version: ^9.97.5node
version: v20.11.0npm
(oryarn
) version: 10.2.4React "^18.2.0",
Problem description:
The context is working in the child components of the children components in ContextBridge component , but it doesn't seem to be reachable in the subcomponents of those components. That worked earlier with ContextBridge.
Relevant code:
Suggested solution:
The text was updated successfully, but these errors were encountered: