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
Miklós Fazekas edited this page Oct 18, 2023
·
1 revision
In fabric type spec we use compassEnabled?: OptionalProp<boolean> instead of compassEnabled?: boolean.
Fabric converts those optional to boolean, with default values, but when we render MapView without compassEnabled we want it to be rendered what's the default by Mapbox, so null.