Closed charunik closed 3 months ago
I am experiencing the same issue on initial render. If I refresh the page then this error does not show up and the layer renders fine.
I get this error too! Had to remove all the packages and reinstall them
直接吧官方示例拷贝下来,我刷新了,卸载,重装,还是有这个问题。
Reinstalling all the packages resolved the issue.
Description
I am trying to integrate deck.gl with ArcGIS in my React application by following the example provided in the deck.gl documentation (https://deck.gl/docs/api-reference/arcgis/deck-renderer). However, I am encountering an error when the layer is being rendered.
Uncaught (in promise) Error: Error during linking: Vertex shader is not compiled.
Any help in resolving this issue would be greatly appreciated.
Flavors
Expected Behavior
Layer should be rendered properly on the map
Steps to Reproduce
Here is the code snippet from my React component:
Environment
Logs