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
The symbol "_hoisted_1" has already been declared
import { toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, createVNode as _createVNode, normalizeClass as _normalizeClass, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode } from "vue"
The text was updated successfully, but these errors were encountered:
I've also encountered this issue. As a temporary workaround, I've switched the framework from @storybook-vue/nuxt to @storybook/vue3-vite until the problem is resolved.
I am encountering a similar issue in my current project, where I'm using 'nuxtjs/svg-sprite', which register a global component named 'svg-icon.' However, when I attempt to use this component within a Storybook template, it fails to display.
If i want to use global components in nuxt.config.ts because of dynamic rendering of components i receive an error:
components: [ { path: '~/components', global: true, pathPrefix: false, } ]
The error that appears is:
The text was updated successfully, but these errors were encountered: