You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after i have launched npm run dev.
when I look the console -> network
there are two fetched files that contain same variable from the same original file (Schema.js).
from http://localhost:5173/node_modules/.vite/deps/@query-kit_vue.js?v=9aa49d8f
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
after i have launched
npm run dev
.when I look the console -> network
there are two fetched files that contain same variable from the same original file (Schema.js).
from
http://localhost:5173/node_modules/.vite/deps/@query-kit_vue.js?v=9aa49d8f
from
http://localhost:5173/node_modules/@query-kit/vue/src/core/Schema.js?v=9aa49d8f
there is a function
compute(name)
that fails because it takes in account second variable but it's the first one that contain the good value.it happens only on
npm run dev
. when i runnpm run preview
it works fine.Reproduction
https://github.com/comhon-project/test-query-kit
Steps to reproduce
Run
npm install
followed bynpm run dev
open the console and you will see an error :
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: