deckgl-typings
deckgl-typings copied to clipboard
Allow `viewState` to support decks with multiple views
DeckProps property viewState can be map of view id strings to different view states
Related to #216
Will this break the strong typing for ViewStateProps? Want to make sure that allowing any key will not catch errors such as transitionDurationWithTypo: ...
Hadn't thought of that - I'll take a look.