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

Documentation regarding "Asynchronous import map installation" is wrong. #12

Closed
MilanKovacic opened this issue Oct 12, 2023 · 1 comment · Fixed by #14
Closed

Documentation regarding "Asynchronous import map installation" is wrong. #12

MilanKovacic opened this issue Oct 12, 2023 · 1 comment · Fixed by #14

Comments

@MilanKovacic
Copy link

In Asynchronous import map installation, usage is shown as:

window.importMapInjector.importMapReady.then(() => {

while the correct syntax is:

window.importMapInjector.initPromise.then(() => {

@kfrederix
Copy link
Contributor

Hello, I noticed this as well and opened this PR to adapt the doc.

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 a pull request may close this issue.

2 participants