qwikifiers / qwik-ui

Qwik's official Headless and styled component library
https://qwikui.com
MIT License
558 stars 115 forks source link

Qwik UI and Link component duplicates other route HTML #685

Open thejackshelton opened 1 month ago

thejackshelton commented 1 month ago

When using a <Link /> component from Qwik City, AND consuming the Qwik UI collapsible component from another route, content is appearing where it shouldn't be.

Repro: https://github.com/thejackshelton/qwik-ui-link-repro

interestingly, I don't seem to get this issue with the Separator, Select, or the Popover