This repo was created to show a bug that start happening migrating from [email protected]
to [email protected]
while using shadcn-svelte (bits-ui).
Repro steps
- install dependencies:
npm i
- run the dev server:
npm run dev
- open http://localhost:5173
- see the page working. Try to click on "OPEN" and see the dropdown menu
Now, to see the error:
- stop the server
- go to package.json, bump svelte to
5.0.0-next.121
- run
npm install
again
- run the dev server again (
npm run dev
)
- open http://localhost:5173
- refresh the page, it'll be blank