We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.25.1
Dynamically rendered slot elements causes issue while patched insertBefore function tries to insert the child.
This happens because currentChild element is encapsulated by another element therefore it's parent element is not same with the patched node.
It should insert elements without an error.
System: node 23.4.0 Platform: windows (10.0.26100) Build: 1737767058 Stencil: 4.25.1 TypeScript: 5.5.4 Rollup: 2.56.3 Parse5: 7.1.2 jQuery: 4.0.0-pre Terser: 5.31.1
reproduction url: https://github.com/itsjustaplant/stencil-mono/tree/issue/insertBefore
https://github.com/itsjustaplant/stencil-mono/tree/issue/insertBefore
No response
The text was updated successfully, but these errors were encountered:
A patch for this has been released in v4.27.0.
v4.27.0
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Stencil Version
4.25.1
Current Behavior
Dynamically rendered slot elements causes issue while patched insertBefore function tries to insert the child.
This happens because currentChild element is encapsulated by another element therefore it's parent element is not same with the patched node.
Expected Behavior
It should insert elements without an error.
System Info
Steps to Reproduce
reproduction url: https://github.com/itsjustaplant/stencil-mono/tree/issue/insertBefore
Code Reproduction URL
https://github.com/itsjustaplant/stencil-mono/tree/issue/insertBefore
Additional Information
No response
The text was updated successfully, but these errors were encountered: