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
Trying to work with react-map-gl but can't get the simplest lib example to work. I have only a gray background with mapbox logo on it. As soon as I try to render the map component I get this weird error in console which I'm unable to understand:
Uncaught ReferenceError: _typeof is not defined
at mr (blob:http://localhos…6-19b5d5c80288:4993)
at blob:http://localhos…6-19b5d5c80288:6740
at new Fn (blob:http://localhos…6-19b5d5c80288:6757)
at new Jn (blob:http://localhos…6-19b5d5c80288:7040)
at blob:http://localhos…6-19b5d5c80288:8992
at blob:http://localhos…-19b5d5c80288:14153
Sometimes it changes to this:
Uncaught ReferenceError: _typeof is not defined
at mr (0bcc60f9-25f2-4a56-8906-ebd57645a06c:4993)
at 0bcc60f9-25f2-4a56-8906-ebd57645a06c:6740
at new Fn (0bcc60f9-25f2-4a56-8906-ebd57645a06c:6757)
at new Jn (0bcc60f9-25f2-4a56-8906-ebd57645a06c:7040)
at 0bcc60f9-25f2-4a56-8906-ebd57645a06c:8992
at 0bcc60f9-25f2-4a56-8906-ebd57645a06c:14153
I'm on a Rails 6 app with webpack and I have those packages:
Trying to work with react-map-gl but can't get the simplest lib example to work. I have only a gray background with mapbox logo on it. As soon as I try to render the map component I get this weird error in console which I'm unable to understand:
Sometimes it changes to this:
I'm on a Rails 6 app with webpack and I have those packages:
Do you have any clue of what is happening ?
The text was updated successfully, but these errors were encountered: