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
@nebula.gl/layers imports @danmarshall/deckgl-typings which imports @types/react and those types are breaking my build
I cannot exclude it from build in tsconfig (nothing is working and I don't want to include all the types except of react types which I don't need in Vue at all).
Deck.gl is not happy with nebula types, but it can be solved with few @ts-ignore s
Maybe nebula can use deck.gl types (working fine)? Or are you waiting for v9 (which should have all the types included?)?
Temporary solution
remove @types/react in postinstall script
To Do List
Add label and assign to milestone
Coding
Test
Thanks
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi, I imported nebula to my Vue project, but now TS build is failing.
Actual Result
Expected Result
Build should pass
Reproduce Steps
just installed
Investigation
@nebula.gl/layers
imports@danmarshall/deckgl-typings
which imports@types/react
and those types are breaking my buildI cannot exclude it from build in tsconfig (nothing is working and I don't want to include all the types except of react types which I don't need in Vue at all).
Deck.gl is not happy with nebula types, but it can be solved with few @ts-ignore s
Maybe nebula can use deck.gl types (working fine)? Or are you waiting for v9 (which should have all the types included?)?
Temporary solution
remove
@types/react
in postinstall scriptTo Do List
Thanks
The text was updated successfully, but these errors were encountered: