Replies: 1 comment 1 reply
-
I noticed this seems to work as expected if I downgrade to @react-three/fiber 8.0.10 but going to 8.0.11 breaks it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I set up a Canvas with two View components and OrbitControls in one view and MapControls in the other, the controls in each View end up controlling both view simultaneously as in the example below:
https://codesandbox.io/s/shy-fog-9srrlp?file=/src/App.js
How do I make my controls reference only the View they were created in? The example below is nearly identical but behaves differently:
https://codesandbox.io/s/1wmlew?file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions