We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
v1.4.3...v1.4.4 @shinokada
v1.4.4
The text was updated successfully, but these errors were encountered:
Use ChevronRightOutline. The upstream repo removed it. Find all icons at https://flowbite-svelte-icons.codewithshin.com/
ChevronRightOutline
Also install the latest.
pnpm i-D flowbite-svelte-icons@latest
Sorry, something went wrong.
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
No branches or pull requests
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
v1.4.3...v1.4.4 @shinokada
Version and System Info
The text was updated successfully, but these errors were encountered: