Replies: 1 comment
-
Can you provide a Codepen/JS Fiddle that reproduces your issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Im trying to give deckgl layers data prop which is a mobx observable map or array and it doesnt work , the layer isnt drawing the data. But when i give the layer my observable array .toJson() it works.
So im guessing there is an issue with deckgl that it doesnt know how to handle mobx observables since they are not plain js they use proxies and observables.
Any help?
Beta Was this translation helpful? Give feedback.
All reactions