Vite ssrContext does not exist on type #13059
Replies: 3 comments 5 replies
-
ssrContext is available only for SSR mode. You first need to add that mode. |
Beta Was this translation helpful? Give feedback.
-
same issue |
Beta Was this translation helpful? Give feedback.
-
Same for me. Just installed Quasar with Vite using The problem is that "include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
] This prevents I remove that and Also, this will work if you add |
Beta Was this translation helpful? Give feedback.
-
Hello, i have a issue when create a new project with vite and typescript, the ssrContext not found in types, i selec t pinia but in vuex doesnt work too, in webpack works fine
Beta Was this translation helpful? Give feedback.
All reactions