-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: DOMException: Failed to execute 'insertBefore' on 'Node' #29681
bug: DOMException: Failed to execute 'insertBefore' on 'Node' #29681
Comments
Issue number: resolves #29681 --------- ### Release Notes <details> <summary>ionic-team/stencil (@​stencil/core)</summary> ### [`v4.19.2`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4192-2024-07-02) [Compare Source](https://togithub.com/ionic-team/stencil/compare/v4.19.1...v4.19.2) ### Bug Fixes * **hydrate:** partially revert [#5838](ionic-team/stencil#5838) ([#5876](ionic-team/stencil#5876)) ([dfbc340](ionic-team/stencil@dfbc340)) * **hydrate:** support server side rendering of components with listener ([#5877](ionic-team/stencil#5877)) ([2c5b7f8](ionic-team/stencil@2c5b7f8)), fixes [#5869](ionic-team/stencil#5869) * **testing:** add testing sub module to export map ([#5873](ionic-team/stencil#5873)) ([bb2e04f](ionic-team/stencil@bb2e04f)), fixes [#5871](ionic-team/stencil#5871) and [#5868](ionic-team/stencil#5868) </details>
This has been resolved by |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Prerequisites
Ionic Framework Version
v7.x, v8.x
Current Behavior
Developers may observe an unexpected runtime exception after installing the latest version of Ionic or running
npm install
in an older Ionic project (this will impact back to v7), due to the@stencil/core
version being unpinned and installing 4.19.1.Browser environment:
Node environment:
Related Stencil issues: ionic-team/stencil#5870, ionic-team/stencil#5869
Expected Behavior
To workaround this issue, the following is recommended until a new patch version is available:
@ionic/*
dependencies to a version 8.2.2 or earlier. These versions can resolve an older version of@stencil/core
that does not have the regressed behavior.@stencil/core
as a dependency. You can remove this after the new patch is available.npm ls @stencil/core
a. If it is not, you can use the
overrides
feature with npm in your package.json:Steps to Reproduce
N/A
Code Reproduction URL
N/A
Ionic Info
N/A
Additional Information
No response
The text was updated successfully, but these errors were encountered: