Closed brobee closed 8 months ago
I can't reproduce the problem.
Are you using v1 or v2? Can you create a https://stackblitz.com/ ?
I don't know honestly, just installed with: pnpm i -D flowbite-svelte-icons Here is the stackblitz.com. https://stackblitz.com/edit/vitejs-vite-w42aeb?file=src%2FApp.svelte
Obviously It won't give error on mouseover, but when I use the icon component, demo app does not appear, so there could be a problem. Appreciate your help.
You have 2.0.0-next.3
on Svelte 4.
Install 1.4.1.
pnpm i -D flowbite-svelte-icons@1.4.1
Thank you so much! What is the best way to find out such a compatibility issue?
Please read the documentation, https://flowbite-svelte-icons.codewithshin.com.
thank you! We can close this ticket!
Brand new install following the readme, but the the code below gives me this error:
Argument of type 'typeof CogOutline' is not assignable to parameter of type 'ConstructorOfATypedSvelteComponent'. Type 'typeof CogOutline' provides no match for the signature 'new (args: { target: any; props?: any; }): ATypedSvelteComponent'. Possible causes: