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
When using multiple views, the viewState is a map from each view id to its respective view state object. See example.
(Note: The example linked above in the quoted docs shows initializing the deck's viewState incorrectly. I'm confirming this with deck.gl folks.)
Currently, the viewState property of DeckProps only accepts an object of type ViewStateProps. It should also accept an object that is a map from the various view ids to each view's own view state.
The text was updated successfully, but these errors were encountered:
ebbishop
added a commit
to ebbishop/deckgl-typings
that referenced
this issue
Oct 12, 2021
From the
deck.gl
docs:(Note: The example linked above in the quoted docs shows initializing the deck's
viewState
incorrectly. I'm confirming this with deck.gl folks.)Currently, the
viewState
property ofDeckProps
only accepts an object of typeViewStateProps
. It should also accept an object that is a map from the various view ids to each view's own view state.The text was updated successfully, but these errors were encountered: