https://github.com/elevatebart/demi-star
https://github.com/elevatebart/demi-star
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elevatebart/demi-star
- Owner: elevatebart
- Created: 2021-04-06T20:06:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T04:06:48.000Z (about 4 years ago)
- Last Synced: 2025-02-13T15:35:08.671Z (4 months ago)
- Language: Vue
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction of Bug
https://github.com/vitejs/vite/issues/2889
install, run yarn dev and see this error in the console
```node
Uncaught ReferenceError: isRef is not defined
at Object.isRef (index.esm.js:1)
at useToggle (index.esm.js:815)
at setup (App.vue:18)
at callWithErrorHandling (runtime-core.esm-bundler.js:154)
at setupStatefulComponent (runtime-core.esm-bundler.js:6542)
at setupComponent (runtime-core.esm-bundler.js:6503)
at mountComponent (runtime-core.esm-bundler.js:4206)
at processComponent (runtime-core.esm-bundler.js:4182)
at patch (runtime-core.esm-bundler.js:3791)
at render2 (runtime-core.esm-bundler.js:4883)
```