microsoft / SandDance

Visually explore, understand, and present your data.
https://microsoft.github.io/SandDance
MIT License
6.39k stars 523 forks source link

Sanddance-explorer 3D mode not working on deckgl ^8.3.7 #306

Open Buroni opened 3 years ago

Buroni commented 3 years ago

Specs Node: v12.20.1 React(-dom): v16.14.0 Machine: Tested on MacOS (Big Sur 11.1) and Linux (Fedora 29)

Description After following the instructions on the readme inside a fresh create-react-app, when switching to 3D mode the chart disappears and I get the following error in the console:

deck: error during drawing of CubeLayer({id: 'LAYER_CUBES'}) TypeError: Cannot read property 'length' of undefined

Fixing @deck.gl/core and @deck.gl/layers at 8.3.7 rather than ^8.3.7 seems to resolve the issue.


See also screenshot below:

Screenshot 2021-02-08 at 16 21 49
praveen5959 commented 2 years ago

Any update on this issue. I am also facing this issue.

danmarshall commented 2 years ago

@praveen5959 - which version are you wanting to use? Can you pin to 8.3.7 as a workaround?