Replies: 1 comment 11 replies
-
Have you installed @types/three? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got a Typescript error as below after upgraded drei from 2.1.1 to 5.0.0.
Here is my related dependencies -
"@react-three/drei": "5.0.0",
"@react-three/fiber": "6.0.0",
"three": "0.128.0",
"typescript": "~4.3.2",
Any ideas? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions