You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this package a couple months ago and everything was working great. I started a new project and when I try to import Globe I get the following error:
Failed to compile.
./node_modules/globe.gl/dist/globe.gl.mjs
Attempted import error: 'AmbientLight' is not exported from 'three'.
I tried downgrading three to 0.162.0 (latest is currently 0.163.0). Not sure what else I should try, any help/direction would be great, thanks!
The text was updated successfully, but these errors were encountered:
@FalseFeint looks like something might be wrong with your local version of three in your node_modules. I would try to reset your node_modules and reinstall the packages again to see if the issue fixes itself.
To verify if this is a wider issue, I'd recommend to try to reproduce it in https://codesandbox.io/ .
Hi,
I used this package a couple months ago and everything was working great. I started a new project and when I try to import Globe I get the following error:
I tried downgrading three to 0.162.0 (latest is currently 0.163.0). Not sure what else I should try, any help/direction would be great, thanks!
The text was updated successfully, but these errors were encountered: