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

fix: [#1442] It is common do make dynamic imports in connectedCallbac… #1443

Merged

Conversation

capricorn86
Copy link
Owner

…k() of a web component. As Happy DOM doesn't have support for dynamic imports using waitUntilComplete(), a temporary fix has been added to hook into promises returned by connectedCallback().

…k() of a web component. As Happy DOM doesn't have support for dynamic imports using waitUntilComplete(), a temporary fix has been added to hook into promises returned by connectedCallback().
@capricorn86 capricorn86 merged commit 6ada816 into master May 27, 2024
4 checks passed
@capricorn86 capricorn86 deleted the 1442-add-support-for-import-to-waituntilcomplete branch May 27, 2024 13:41
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.

waitUntilComplete() doesn't wait for import() done in custom element connected callback
1 participant