A clear and concise description of what the bug is
In my project, I ended up with nested Tabs and they are broken.
I get the following message for chromium:
DOMException: Failed to execute 'replaceChild' on 'Node': The new child element contains the parent.
And for firefox :
Uncaught DOMException: Node.replaceChild: The new child is an ancestor of the parent
What package has an issue
@svelteuidev/core
A clear and concise description of what the bug is
In my project, I ended up with nested Tabs and they are broken. I get the following message for chromium: DOMException: Failed to execute 'replaceChild' on 'Node': The new child element contains the parent. And for firefox : Uncaught DOMException: Node.replaceChild: The new child is an ancestor of the parent
In which browser(s) did the problem occur?
Firefox, Chrome
Steps To Reproduce
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
No
Relevant Assets
No response