Skip to content

gracefully fail dynamic marker image imports #348

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lennart
Copy link

@lennart lennart commented Sep 4, 2023

This PR will gracefully handle errors from dynamic importing of marker icons.

This error is only appears when NOT using a js bundler (i.e. when using vanilla js and importmap).

In a vanilla js context import() of non-js resources is unsupported and the current handling within resetWebpackIcon (which seems only bundler related) raises errors which makes using this library impossible.

This fix seems like a band aid, maybe it would be possible to avoid running resetWebpackIcon in a non-bundler context?

this only happens in a vanilla js context as import() of non-js
resources is unsupported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant