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 cannot compile application with deck.gl 9.0.1. I could compile without any problem with previous version 8.9.21.
Flavors
Script tag
React
Python/Jupyter notebook
MapboxOverlay
GoogleMapsOverlay
CartoLayer
ArcGIS
Expected Behavior
I should be able to compile the application
Steps to Reproduce
I have an angular application using deck.gl, and when I try to compile it, it crashes with the error shown in logs.
I tried both webpack builder and application builder with esbuild, but I get the same error. I tried both angular 16 and angular 17. In both cases crashes with deck.gl 9.0.1 and it works fine with 8.9.21.
I'm using using different layers such as Heatmap, IconLayer, TextLayer and ScatterplotLayer.
ruizmarc
changed the title
[Bug] Can't compile after updating to deck.gl 9.0.1
[Bug] Can't compile after updating to deck.gl 9.0.1 (regression)
Mar 27, 2024
Description
I cannot compile application with deck.gl 9.0.1. I could compile without any problem with previous version 8.9.21.
Flavors
Expected Behavior
I should be able to compile the application
Steps to Reproduce
I have an angular application using deck.gl, and when I try to compile it, it crashes with the error shown in logs.
I tried both webpack builder and application builder with esbuild, but I get the same error. I tried both angular 16 and angular 17. In both cases crashes with deck.gl 9.0.1 and it works fine with 8.9.21.
I'm using using different layers such as Heatmap, IconLayer, TextLayer and ScatterplotLayer.
Environment
Deps:
"@deck.gl/aggregation-layers": "^9.0.1",
"@deck.gl/core": "^9.0.1",
"@deck.gl/google-maps": "^9.0.1",
"@deck.gl/layers": "^9.0.1",
Logs
Application bundle generation failed. [27.793 seconds]
✘ [ERROR] TS2307: Cannot find module 'modules/core/src/lib/attribute/attribute' or its corresponding type declarations. [plugin angular-compiler]
✘ [ERROR] TS2307: Cannot find module '../...js' or its corresponding type declarations. [plugin angular-compiler]
✘ [ERROR] TS2307: Cannot find module '../...js' or its corresponding type declarations. [plugin angular-compiler]
✘ [ERROR] TS2307: Cannot find module '../...js' or its corresponding type declarations. [plugin angular-compiler]
The text was updated successfully, but these errors were encountered: