-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot assign to import "accessToken" error on Remix #1013
Comments
same problem here! |
My solution was to switch to react-map-gl |
Thanks it worked for me too |
Same problem |
Add this to your bundler: Hope this would help you |
I am trying to use the library in Remix environment. When I import and use the map component, I am getting this error:
Here it says that since v1.2 the
accessToken
can be passed as a parameter toMap
constructor. Why not do it that way?The text was updated successfully, but these errors were encountered: