Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runtime): re-relocate slot if parent element's tagname changes
If a slot is located in an element and that element's tag is dynamically changed (e.g. from `p` to `span`), we need to re-relocate the slot on re-render STENCIL-672: slot element loses its parent reference and disappears when its parent is rendered conditionally Fixes: #4284, #3913
- Loading branch information