We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236a4a4 commit 987d5c7Copy full SHA for 987d5c7
.changeset/thin-adults-arrive.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-three-map": patch
3
4
+
5
+Fix `overlay` camera calculations bug introduced by `three=>r166`. More info in [#143](https://github.com/RodrigoHamuy/react-three-map/issues/143).
src/core/canvas-overlay/canvas-portal.tsx
@@ -29,10 +29,6 @@ export const CanvasPortal = memo<CanvasPortalProps>(({
29
})
30
31
return <Canvas
32
- camera={{
33
- matrixAutoUpdate: false,
34
- matrixWorldAutoUpdate: false,
35
- }}
36
events={events}
37
eventSource={eventSource}
38
{...props}
0 commit comments