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
When a component is ULink or uses ULink (ex: UButton), Histoire doesn't work anymore.
Additional context
No response
Logs
Link.vue:108 Uncaught (in promise) TypeError: Cannot destructure property 'href' of 'undefined' as it is undefined.
at Link.vue:108:28
at Proxy.renderFnWithContext (runtime-core.esm-bundler.js?v=896f4f1e:699:13)
at Proxy.<anonymous> (components.mjs:12:28)
at renderComponentRoot (runtime-core.esm-bundler.js?v=896f4f1e:6521:16)
at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js?v=896f4f1e:5343:46)
at ReactiveEffect.run (reactivity.esm-bundler.js?v=896f4f1e:198:19)
at setupRenderEffect (runtime-core.esm-bundler.js?v=896f4f1e:5478:5)
at mountComponent (runtime-core.esm-bundler.js?v=896f4f1e:5253:7)
at processComponent (runtime-core.esm-bundler.js?v=896f4f1e:5206:9)
at patch (runtime-core.esm-bundler.js?v=896f4f1e:4722:11)
The text was updated successfully, but these errors were encountered:
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-apha.10
Reproduction
https://codesandbox.io/p/devbox/nuxt-ui3-forked-jncllj
Description
Related : histoire-dev/histoire#702
When a component is ULink or uses ULink (ex: UButton), Histoire doesn't work anymore.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: