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
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Hi, I'm trying to get this component to work. But it doesn't seem to work for new versions of vue.
Versions:
Vue: ^3.0.0
Vuex: ^4.0.0
Vue CLI: 4.5.9
Error:
VueQueryBuilder.common.js?9a97:4275 Uncaught (in promise) TypeError: Cannot read property '_c' of undefined
at Proxy.render (VueQueryBuilder.common.js?9a97:4275)
at renderComponentRoot (runtime-core.esm-bundler.js?5c40:846)
at componentEffect (runtime-core.esm-bundler.js?5c40:4280)
at reactiveEffect (reactivity.esm-bundler.js?a1e9:42)
at effect (reactivity.esm-bundler.js?a1e9:17)
at setupRenderEffect (runtime-core.esm-bundler.js?5c40:4263)
at mountComponent (runtime-core.esm-bundler.js?5c40:4222)
at processComponent (runtime-core.esm-bundler.js?5c40:4182)
at patch (runtime-core.esm-bundler.js?5c40:3791)
at mountChildren (runtime-core.esm-bundler.js?5c40:3975)
Hi, I'm trying to get this component to work. But it doesn't seem to work for new versions of vue.
Versions:
Vue: ^3.0.0
Vuex: ^4.0.0
Vue CLI: 4.5.9
Error:
Is there any fix for this?