TypeError: THREE.Vector3 is not a constructor #1935
-
I created an issue for this error but here may be a more appropriate place for it. I experience this when trying to create a basic example in react using the code from http://www.itowns-project.org/itowns/docs/#home. I used create-react-app and modified the code to use the example code. The full error looks like: Has anyone else come across this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If I use import * as itowns from 'itowns'; it works. |
Beta Was this translation helpful? Give feedback.
If I use import * as itowns from 'itowns'; it works.