-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useAnimations is broken #263
Comments
|
Makes sense. Maybe it would worth mentioning it in the readme. |
I do believe its in the package peer deps of the latest release, even if you were using r124, it would not work with drei 1.2.2 because CurveModifier was introduced in r122. So in short, i'd update to the latest version of |
three
version: 0.125.1react-three-fiber
version: 5.3.18@react-three/drei
version:2.2.2Problem description:
useAnimations throws an error.
Error output:
According to the Three.js changelog, the
SubdivisionModifier
is indeed removed:https://github.com/mrdoob/three.js/releases/tag/r125
Suggested solution:
The linked issue has some good ideas: mrdoob/three.js#21072
The text was updated successfully, but these errors were encountered: