Skip to content
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

Breaks Support for Import Maps #464

Closed
guybedford opened this issue Mar 18, 2021 · 1 comment · Fixed by #734
Closed

Breaks Support for Import Maps #464

guybedford opened this issue Mar 18, 2021 · 1 comment · Fixed by #734
Assignees
Labels

Comments

@guybedford
Copy link

Intended outcome:
It should be possible to use apollo client devtools on websites that use import maps.

Actual outcome:
Because Apollo Client Devtools injects ES modules into the page, this causes all subsequent import maps in the page to not be processed, giving the import map error - An import map is added after module script load was triggered.

I've posted more information about this in WICG/import-maps#248.

How to reproduce the issue:
For example, try navigating to https://generator.jspm.io/ with the extension enabled in latest chrome with import maps support (89+). The error above comes up and the page will not load further unless the extension is disabled.

Desktop (please complete the following information):

  • Browser: Chrome
  • Browser version: 89
  • Extension version: 3.02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants