-
Notifications
You must be signed in to change notification settings - Fork 8
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
THREE.Scene: .dispose() has been removed. #695
Comments
Hi @JoshDLane, thanks for opening the issue. Which version are you using? |
Using: its the same issue for the last few mp-react-components for as far as ive checked (0.1.12, 0.1.10) The issue is resolved when i change back to using ReactDOM.render (react 17) instead of ReactDOM.createRoot |
another note @yang-ruoxi : when i am trying to use this npm package in vanilla create react app I get this error below unless I use the exact react version I see used in mp-react-components (16.14). I get this error for all components, not just CrystalToolkitScene. |
thanks for the feedback! I'm not the original developer of this repo but will try to look into it as best as I can - maybe @codytodonnell has a better idea of the potential cause of this error? |
Trying to use the CrystalToolkitScene component in react. Coming across this error:
I also see there is an error in the storybooks for the CrystalToolkitScene component
Cannot read properties of undefined (reading 'rotation')
.Is there a version of this library where this component is stable that i should rollback too? or any other recommendations on how to get it working?
The text was updated successfully, but these errors were encountered: