Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafael-lua/repro-unocss-extension-issue
https://github.com/rafael-lua/repro-unocss-extension-issue
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafael-lua/repro-unocss-extension-issue
- Owner: rafael-lua
- Created: 2024-09-09T01:02:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T03:09:24.000Z (4 months ago)
- Last Synced: 2024-09-10T06:16:59.658Z (4 months ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bug repro
1. Clone repository
2. Install deps - `yarn`
3. Open unocss.config.ts
4. Check if `rules: [["table", { display: "table" }]]` has the autocomplete working
5. Change the import to use the alias by uncommenting `// import { toMutable } from "@/utils/types"`
6. Wait unocss extension rerun with the new config
7. It should hang and not work anymore
8. Change the import back and see if it comeback (on mine, it only comes back after a `reload window`)