You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just used doc code in my project with vue version ^2.7.8 and here is log error:
vue.js?ba4c:3697 TypeError: Cannot read properties of null (reading 'isSelect')
at VueComponent.getParent (vuesax.js?574d:21713:1)
at VueComponent.mounted (vuesax.js?574d:21717:1)
at invokeWithErrorHandling (vue.js?ba4c:3665:1)
at callHook$1 (vue.js?ba4c:3071:1)
at Object.insert (vue.js?ba4c:4880:1)
at invokeInsertHook (vue.runtime.esm.js?2b0e:6883:1)
at VueComponent.patch [as patch] (vue.runtime.esm.js?2b0e:7094:1)
at Vue._update (vue.runtime.esm.js?2b0e:3730:1)
at VueComponent.updateComponent (vue.runtime.esm.js?2b0e:3831:1)
at Watcher.get (vue.runtime.esm.js?2b0e:3407:1)
The text was updated successfully, but these errors were encountered:
This project is not maintained, and vuesax-next was never meant to be working with vue 2 anyway,
you will have no other choice than using vuesax v3 with vue 2 (https://github.com/lusaxweb/vuesax), which is a bad idea for new projects because it's not maintained
I just used doc code in my project with vue version ^2.7.8 and here is log error:
vue.js?ba4c:3697 TypeError: Cannot read properties of null (reading 'isSelect')
at VueComponent.getParent (vuesax.js?574d:21713:1)
at VueComponent.mounted (vuesax.js?574d:21717:1)
at invokeWithErrorHandling (vue.js?ba4c:3665:1)
at callHook$1 (vue.js?ba4c:3071:1)
at Object.insert (vue.js?ba4c:4880:1)
at invokeInsertHook (vue.runtime.esm.js?2b0e:6883:1)
at VueComponent.patch [as patch] (vue.runtime.esm.js?2b0e:7094:1)
at Vue._update (vue.runtime.esm.js?2b0e:3730:1)
at VueComponent.updateComponent (vue.runtime.esm.js?2b0e:3831:1)
at Watcher.get (vue.runtime.esm.js?2b0e:3407:1)
The text was updated successfully, but these errors were encountered: