We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I downloaded the latest three.min.js from https://threejs.org/ and am getting this error.
Uncaught TypeError: class constructors must be invoked with 'new' InteractionManager http://localhost:3000/js/three.interaction.js:715 Interaction http://localhost:3000/js/three.interaction.js:4470 <anonymous> http://localhost:3000/js/myfile.js:49 [three](http://localhost:3000/js/three.interaction.js)
The text was updated successfully, but these errors were encountered:
Did you ever find a solution to this?
Sorry, something went wrong.
Imperfect solution is:
import Interaction from 'three.interaction/src/interaction/Interaction.js'
No branches or pull requests
I downloaded the latest three.min.js from https://threejs.org/ and am getting this error.
The text was updated successfully, but these errors were encountered: