Cannot read properties of null (reading 'ce'). vue:3.5.5. view-ui-plus:1.3.19.
@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.
并不管用
九天° @.***
------------------ 原始邮件 ------------------ 发件人: "view-design/ViewUIPlus" @.>; 发送时间: 2024年9月14日(星期六) 晚上10:08 @.>; @.@.>; 主题: Re: [view-design/ViewUIPlus] Cannot read properties of null (reading 'ce'). vue:3.5.5. view-ui-plus:1.3.19. (Issue #386)
@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.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
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.
view-ui-plus.js?v=a77309c2:29557 Uncaught TypeError: Cannot read properties of null (reading 'ce') at Object.renderSlot (view-ui-plus.js?v=a77309c2:29557:36) at Proxy.ty (view-ui-plus.js?v=a77309c2:43236:133) at renderComponentRoot (vue.js?v=a77309c2:8388:17) at ReactiveEffect.componentUpdateFn [as fn] (vue.js?v=a77309c2:7217:46) at ReactiveEffect.run (vue.js?v=a77309c2:465:19) at setupRenderEffect (vue.js?v=a77309c2:7350:5) at mountComponent (vue.js?v=a77309c2:7127:7) at processComponent (vue.js?v=a77309c2:7079:9) at patch (vue.js?v=a77309c2:6623:11) at mountChildren (vue.js?v=a77309c2:6855:7)
I change vue version and iview plus verison, still has the prob???? why?
@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.jsonfile 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].
Thanks, it's worked