How to get nuxt/icon in histoire working
i guys, i added @nuxt/icon to my project and for the project itself it is working but i have problems with the histoire integration.
i run into:
TypeError: Cannot read properties of undefined (reading 'data')
at getIcon (css.js?v=13f7929e:64:36)
at watch.immediate (css.js?v=13f7929e:105:24)
at callWithErrorHandling (runtime-core.esm-bun…s?v=13f7929e:193:19)
at callWithAsyncErrorHandling (runtime-core.esm-bun…s?v=13f7929e:200:17)
at job (runtime-core.esm-bun…s?v=13f7929e:6088:9)
at doWatch (runtime-core.esm-bun…s?v=13f7929e:6125:7)
at watch (runtime-core.esm-bun…?v=13f7929e:5953:10)
at setup (css.js?v=13f7929e:99:7)
at callWithErrorHandling (runtime-core.esm-bun…s?v=13f7929e:193:19)
at setupStatefulComponent (runtime-core.esm-bun…?v=13f7929e:7620:25)
Show 176 more frames
it seems like histoire does not know the nuxt module.
What do i need to do to get it working with histoire?
Thanks in advance, best regards, Annick1 Reply
@Akryum may you can help?