- 
                Notifications
    
You must be signed in to change notification settings  - Fork 40
 
Open
Description
Lines 103 to 104 in 6677d34
| const [initialViewState, setViewState] = | |
| useViewStateDebounced<MapViewState>("view_state"); | 
Lines 199 to 204 in 6677d34
| // This condition is necessary to confirm that the viewState is | |
| // of type MapViewState. | |
| if ("latitude" in viewState) { | |
| // TODO: ensure all view state types get updated on the JS side | |
| setViewState(viewState); | |
| } | 
Metadata
Metadata
Assignees
Labels
No labels