There are 3 problems related to the Burger component:
Wrong typings - should extend UnstyledButton typings
The root class name is not being applied
"Element div not allowed as child of element button in this context" is showing as a warning since there's a div (non inline component) inside a button
In which browser(s) did the problem occur?
Firefox
Steps To Reproduce
Explained in the discord thread, for example with the code
What package has an issue
@svelteuidev/core
A clear and concise description of what the bug is
Originated from https://discord.com/channels/954790377754337280/1082395387446427789/1082395387446427789
There are 3 problems related to the Burger component:
UnstyledButton
typingsIn which browser(s) did the problem occur?
Firefox
Steps To Reproduce
Explained in the discord thread, for example with the code
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