We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error in the console when I try to create a popup: Uncaught TypeError: can't access property "Popup", window.MAPLIB is undefined
Uncaught TypeError: can't access property "Popup", window.MAPLIB is undefined
Possibly because the Popup component is using window.MAPLIB (all caps) while the rest of the library uses window.MapLib?
window.MAPLIB
window.MapLib
solid-map-gl/src/components/Popup/index.tsx
Line 36 in 72b46e8
The text was updated successfully, but these errors were encountered:
Thanks for finding this. Should be fixed in the latest release (v1.11.3).
Sorry, something went wrong.
No branches or pull requests
I get the following error in the console when I try to create a popup:
Uncaught TypeError: can't access property "Popup", window.MAPLIB is undefined
Possibly because the Popup component is using
window.MAPLIB
(all caps) while the rest of the library useswindow.MapLib
?solid-map-gl/src/components/Popup/index.tsx
Line 36 in 72b46e8
The text was updated successfully, but these errors were encountered: