vue-slider-component icon indicating copy to clipboard operation
vue-slider-component copied to clipboard

[vue3.x] Vue 3.4.* Uncaught TypeError: Cannot read properties of null (reading 'isCE')

Open or2e opened this issue 1 year ago • 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]

or2e avatar Jan 06 '24 01:01 or2e

Seems to be fixed, at least with VueJS version 3.4.15.

paceband avatar Jan 30 '24 01:01 paceband

Not fixed for me, upgrade vue to 3.4.15, and migrate to vite from webpack, after this slider throw me this error. @paceband @or2e

Valgri avatar Jan 31 '24 08:01 Valgri

@paceband

Valgri avatar Feb 01 '24 20:02 Valgri

who can fix this ? image @NightCatSama

Valgri avatar Feb 05 '24 16:02 Valgri

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.

Valgri avatar Feb 13 '24 08:02 Valgri

same problem!

a-nekooee avatar Feb 15 '24 10:02 a-nekooee

@a-nekooee check this -https://github.com/quasarframework/quasar/issues/16896#issuecomment-1941141249

Valgri avatar Feb 15 '24 11:02 Valgri

@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 avatar Feb 15 '24 12:02 a-nekooee

@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

Valgri avatar Feb 15 '24 12:02 Valgri

@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)

a-nekooee avatar Feb 15 '24 13:02 a-nekooee

try to upgrade vite to 5.1.2 or 5.1.0-beta.7 version

This worked for me, thanks!

andrei-popa avatar Apr 10 '24 10:04 andrei-popa