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
The @types/geojson module is slightly incorrect: its Feature type assumes that a feature's geometry is not null. This fixes that type by allowing features with null geometries.