svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.3k stars 62 forks source link

Nested Tabs do not work #311

Closed BeeMargarida closed 1 year ago

BeeMargarida commented 1 year ago

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:

Uncaught DOMException: Node.replaceChild: The new child is an ancestor of the parent

In which browser(s) did the problem occur?

Firefox

Steps To Reproduce

<Tabs.Tab label='Level1'>
        <Tabs>
            <Tabs.Tab label='Level1.1'>

            </Tabs.Tab>
        </Tabs>
    </Tabs.Tab>
</Tabs>

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

BeeMargarida commented 1 year ago

Fixed in the new release 0.10.0