Annick Walkenhorst
Annick Walkenhorst
@JauernigIT It's already possible. But you need to change syntax. Storybook expects parameters to be an object and no function. So it cannot handle a parameters function. Instead you need...
you are right, I have not taken this into account. Unfortunately then I don't have a solution.
it is a bug of Swiper, so it should be fixed in Swiper too. I also perceived that I can work around it, but I think that is the wrong...
When i try with that path: ``` import { Icon } from '@iconify/vue/offline'; import EmailIcon from '@iconify-icons/mdi/email'; import PhoneIcon from '@iconify-icons/mdi/phone'; import CellphoneIcon from '@iconify-icons/mdi/cellphone'; ``` it is giving me...
``` awacode@awacode-MBP13 bivignano % node --version v16.13.1 awacode@awacode-MBP13 bivignano % npm --version 8.1.2 awacode@awacode-MBP13 bivignano % ```
hm, i have a completely new setup with vite and vue3 using ES. That is really weired.
``` awacode@awacode-MBP13 bivignano % npm run build > [email protected] build > vue-tsc --noEmit && npm run build:client && npm run build:server > [email protected] build:client > vite build --ssrManifest --outDir dist/client...
thank you so much for this really helpful tip with unplugin-icons. it's working perfectly fine for me :-)
I am dealing with the same problem when using `"type": "module"` in package.json for using esm modules. With that change this error occurs. but i need to change to ESM...
What is the state now?