Error when upgrading deck.gl/* to latest version #8930
DannyBoris
started this conversation in
General
Replies: 1 comment 2 replies
-
If your application is using the luma.gl API directly tyou need to look into luma.gl release notes. The luma.gl v9 API has changed considerably, as an example If you are not directly using the luma.gl API in your application, then this is likely a dependency issue in your lock file where some older deck or luma module is still being included. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, i've just upgraded
@deck.gl
to latest version (9.0.14) which causes an internal import issue with@luma/core
Im using Vue3 as my frontend framework.
I cant find any info about in the issues section so a assume its not a bug but something with my project specifically.
If anyone knows please let me know!
Beta Was this translation helpful? Give feedback.
All reactions