Jack Shelton — Today at 06:07
This is what I thought would be the case. Darn :/ . The problem is in the Qwik Astro integration.
Basically the Qwik Astro integration currently scans your project for entrypoints, when adding libs that means into the node modules, and it seems some of these entrypoint files can't be found.
Ideally, this information should just be grabbed from qwikVite itself. I've been looking into this recently (e.g. last night), but it's not a super easy problem. Will try my best to fix it :cat_salute:
So the TLDR is Qwik City does this correctly but the Qwik Astro integration doesn't. The Qwik Vite plugin needs to be refactored to handle this case.
Which package is affected?
Headless Kit
Describe the bug
Using multiple Select components in a single page causes all selects to trigger the first one on the page.
Reproduction
https://github.com/jaredlll08/qwik-ui-astro-issues
Steps to reproduce
npm i npm run dev
System Info
Additional Information
From discussion on the discord: https://discord.com/channels/990511757091033108/1040763063533588562/1289196607853822073