flowbite-svelte-icons
flowbite-svelte-icons copied to clipboard
Some Exports missing - breaks other flowbite packages
Describe the bug
I realized in one of my new projects that this library is broken for releases > v1.4.3 as some exports are missing like
export { default as ChevronRightSolid } from "./ChevronRightSolid.svelte"
Working setup: "dependencies": { "flowbite": "^2.3.0", "flowbite-svelte": "^0.44.24", "flowbite-svelte-blocks": "^1.1.0", "flowbite-svelte-icons": "^1.4.3", "flowbite-typography": "^1.0.3" }
Not working setup flowbite-svelte-icons >1.4.3
Reproduction
https://github.com/themesberg/flowbite-svelte-icons/compare/v1.4.3...v1.4.4 @shinokada
Version and System Info
v1.4.4
Use ChevronRightOutline
.
The upstream repo removed it.
Find all icons at https://flowbite-svelte-icons.codewithshin.com/
Also install the latest.
pnpm i-D flowbite-svelte-icons@latest
Thanks for your swift response!
Then I guess the flowbite-svelte-blocks is broken as its still referencing the older ones icon.
I just updated flowbite-svelte-blocks. Run:
pnpm i -D flowbite-svelte-blocks@latest