Module '"flowbite-svelte-icons"' has no exported member 'IconSolid'
JackNeto opened this issue · 3 comments
JackNeto commented
Thank you for this update even if it breaks a bunch of stuff.
I was trying the example Custom Default Icon
from the docs and I get this error:
Module '"flowbite-svelte-icons"' has no exported member 'IconSolid'
I tried the exact code from the docs
JackNeto commented
Hmm, I'm getting the similar error importing any icon:
import { AngleLeftSolid } from 'flowbite-svelte-icons';
Module '"flowbite-svelte-icons"' has no exported member 'AngleLeftSolid'.ts(2305)
Using version flowbite-svelte-icons": "^0.4.4"
shinokada commented
Mmmm. I'm not able to produce it.
I need more details.
Can you remove node_modules directory and pnpm-lock.yaml and install it again?
JackNeto commented
ok, that fixed it, thanks