You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Stencil Version
2.14.1
Current Behavior
I created a simple web component without parameters but with a slot inside using stencil. This component is bundled using the @stencil/react-output-target package (0.3.1).
Prerequisites
Stencil Version
2.14.1
Current Behavior
I created a simple web component without parameters but with a slot inside using stencil. This component is bundled using the @stencil/react-output-target package (0.3.1).
When the children of the component change dynamically, we got the Failed to execute 'removeChild' on 'Node' error.
This issue has been listed in the ionic-framework projet and is reproductible with stencil.
ionic-team/ionic-framework#18782
Expected Behavior
=> should not generate a fatal error and content must be rerender without crashing.
Steps to Reproduce
Code Reproduction URL
this code is easily reproductible => ionic-team/ionic-framework#18782
Additional Information
No response