Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read properties of null (reading 'ce'). vue:3.5.5. view-ui-plus:1.3.19. #386

Open
wangyongbo578 opened this issue Sep 14, 2024 · 3 comments
Labels
Bug Something isn't working

Comments

@wangyongbo578
Copy link

No description provided.

Copy link

dosubot bot commented Sep 14, 2024

@wangyongbo578 Hello there! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this together! Dosu

I found a similar closed issue: Uncaught TypeError: Cannot read properties of null (reading 'isCE'). The suggested solution is to check your package.json file and ensure that the Vue version does not have a ^ symbol in front of it. Removing the ^ symbol ensures that the specified version of Vue is downloaded. It is recommended to use Vue 3.2.45, as this version did not exhibit the error [1].

To continue talking to Dosu, mention @dosu.

@dosubot dosubot bot added the Bug Something isn't working label Sep 14, 2024
@wangyongbo578
Copy link
Author

wangyongbo578 commented Sep 14, 2024 via email

Copy link

dosubot bot commented Sep 14, 2024

ViewUIPlus 1.3.19 is compatible with Vue 3.2.x versions but does not explicitly list compatibility with Vue 3.5.5. This might be causing the issue you're experiencing [1].

To resolve this, you can try downgrading Vue to version 3.2.45, which is known to work without this error. Update your package.json to specify "vue": "3.2.45" and run npm install to apply the changes.

To continue talking to Dosu, mention @dosu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant