Closed BeeMargarida closed 1 year ago
@svelteuidev/core
Issue mentioned here: https://discord.com/channels/954790377754337280/1074618592827551804
When trying to add Tabs as a child of Tabs, it throws out an error:
Uncaught DOMException: Node.replaceChild: The new child is an ancestor of the parent
Firefox
<Tabs.Tab label='Level1'> <Tabs> <Tabs.Tab label='Level1.1'> </Tabs.Tab> </Tabs> </Tabs.Tab> </Tabs>
Yes
No response
Fixed in the new release 0.10.0
What package has an issue
@svelteuidev/core
A clear and concise description of what the bug is
Issue mentioned here: https://discord.com/channels/954790377754337280/1074618592827551804
When trying to add Tabs as a child of Tabs, it throws out an error:
In which browser(s) did the problem occur?
Firefox
Steps To Reproduce
Do you know how to fix the issue
Yes
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Relevant Assets
No response