Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raulfdm/svelte5-bug-bits-ui
https://github.com/raulfdm/svelte5-bug-bits-ui
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raulfdm/svelte5-bug-bits-ui
- Owner: raulfdm
- Created: 2024-05-03T15:25:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T15:31:41.000Z (6 months ago)
- Last Synced: 2024-05-14T00:44:01.932Z (6 months ago)
- Language: Svelte
- Size: 655 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [email protected] bits-ui bug
![error](./assets/CleanShot%202024-05-03%20at%2017.26.26.png)
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
1. install dependencies:
```bash
npm i
```
1. run the dev server:
```bash
npm run dev
```
1. open [http://localhost:5173](http://localhost:5173)
1. see the page working. Try to click on "OPEN" and see the dropdown menuNow, to see the error:
1. stop the server
1. go to package.json, bump svelte to `5.0.0-next.121`
1. run `npm install` again
1. run the dev server again (`npm run dev`)
1. open [http://localhost:5173](http://localhost:5173)
1. refresh the page, it'll be blank