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
TypeScript gives a Object literal may only specify known properties, and 'position' does not exist in type 'FullscreenOptions'.ts(2353) type error unless FullscreenOptions is imported like so:
import { Map, FullscreenOptions } from 'leaflet';
It may be helpful to others if the README is updated to reflect this.
The text was updated successfully, but these errors were encountered:
TypeScript gives a
Object literal may only specify known properties, and 'position' does not exist in type 'FullscreenOptions'.ts(2353)
type error unlessFullscreenOptions
is imported like so:import { Map, FullscreenOptions } from 'leaflet';
It may be helpful to others if the README is updated to reflect this.
The text was updated successfully, but these errors were encountered: