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
Warnings:
Line 72: Style prop value must be an object
react/style-prop-object
Uncaught Error: `LngLatLike` argument must be specified as a LngLat instance, an object {lng: <lng>, lat: <lat>}, an object {lon: <lng>, lat: <lat>}, or an array of [<lng>, <lat>]
The above error occurred in the <ProjectedLayer> component:
in ProjectedLayer (created by Context.Consumer)
in MappedComponent (created by Marker)
in Marker (at StoryList.jsx:85)
in div (created by ReactMapboxGl)
in ReactMapboxGl (at StoryList.jsx:71)
in div (at StoryList.jsx:68)
in div (at StoryList.jsx:62)
in StoryList (at App.js:9)
in div (at App.js:8)
in App (at src/index.js:7)
Uncaught Error: `LngLatLike` argument must be specified as a LngLat instance, an object {lng: <lng>, lat: <lat>}, an object {lon: <lng>, lat: <lat>}, or an array of [<lng>, <lat>]
The text was updated successfully, but these errors were encountered:
Not duplicates:
#5880
#3132
And here are my errors:
The text was updated successfully, but these errors were encountered: