There's a chance that this is intended behavior. I do want to make a qwik scroll area in the future to have a full qwik site, so this bug may not be the most important thing ever but I think it shows we need to have tests for all components even if they are private.
Which package is affected?
Headless Kit
Describe the bug
You can outpace the TOC
Reproduction
https://github.com/TheMcnafaha/qwik-ui/tree/toc-bug
Steps to reproduce
pnpm install; pnpm dev
System Info
Additional Information
There's a chance that this is intended behavior. I do want to make a qwik scroll area in the future to have a full qwik site, so this bug may not be the most important thing ever but I think it shows we need to have tests for all components even if they are private.