[vue3.x] Vue 3.4.* Uncaught TypeError: Cannot read properties of null (reading 'isCE')
or2e opened this issue · 11 comments
Describe the bug
https://stackblitz.com/edit/vitejs-vite-esd35p
Environment
- Vue version: [v3.4.5]
- Component Version: [e.g. 4.1.0-beta.7]
Seems to be fixed, at least with VueJS version 3.4.15.
who can fix this ?
@NightCatSama
issue is available in quasar-vite https://stackblitz.com/edit/quasarframework-xjhajc?file=README.md
in vue-vite template all fine. If anyone encounters this problem, there is a topic in the quasar repository.
same problem!
@a-nekooee check this -quasarframework/quasar#16896 (comment)
@a-nekooee check this -quasarframework/quasar#16896 (comment)
i don't use quasar, also i didn't see use quasar in this package .
this package compiled so i cant make any change on it, did u mean i should fork this package then change it?
@a-nekooee check this -quasarframework/quasar#16896 (comment)
i don't use quasar, also i didn't see use quasar in this package . this package compiled so i cant make any change on it, did u mean i should fork this package then change it?
try to upgrade vite to
5.1.2
or
5.1.0-beta.7
version
@a-nekooee check this -quasarframework/quasar#16896 (comment)
i don't use quasar, also i didn't see use quasar in this package . this package compiled so i cant make any change on it, did u mean i should fork this package then change it?
try to upgrade vite to 5.1.2 or 5.1.0-beta.7 version
my server using centOs 7 and the max version i can use is Vite 4.5.2 (Vite 5 need centOs 8)
try to upgrade vite to 5.1.2 or 5.1.0-beta.7 version
This worked for me, thanks!