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 has been archived by the owner on Mar 24, 2023. It is now read-only.
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c')
at Proxy.vue_render (vue-cool-lightbox.esm.js:1816:91)
at renderComponentRoot (runtime-core.esm-bundler.js:898:44)
at hydrateSubTree (runtime-core.esm-bundler.js:5603:44)
at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5624:25)
at ReactiveEffect.run (reactivity.esm-bundler.js:187:25)
at instance.update (runtime-core.esm-bundler.js:5745:56)
at setupRenderEffect (runtime-core.esm-bundler.js:5759:9)
at mountComponent (runtime-core.esm-bundler.js:5541:9)
at hydrateNode (runtime-core.esm-bundler.js:4730:21)
at hydrateChildren (runtime-core.esm-bundler.js:4869:24)
Thanks
The text was updated successfully, but these errors were encountered:
Do you have an integration example for nuxtjs3 ?
the current conf is not working
this is what i tested
create a plugin useCoolLightBox.client.js
and try to use it in front
this error in console
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c')
at Proxy.vue_render (vue-cool-lightbox.esm.js:1816:91)
at renderComponentRoot (runtime-core.esm-bundler.js:898:44)
at hydrateSubTree (runtime-core.esm-bundler.js:5603:44)
at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5624:25)
at ReactiveEffect.run (reactivity.esm-bundler.js:187:25)
at instance.update (runtime-core.esm-bundler.js:5745:56)
at setupRenderEffect (runtime-core.esm-bundler.js:5759:9)
at mountComponent (runtime-core.esm-bundler.js:5541:9)
at hydrateNode (runtime-core.esm-bundler.js:4730:21)
at hydrateChildren (runtime-core.esm-bundler.js:4869:24)
Thanks
The text was updated successfully, but these errors were encountered: