Skip to content
New issue

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

Some Exports missing - breaks other flowbite packages #39

Open
NJannasch opened this issue Mar 31, 2024 · 3 comments
Open

Some Exports missing - breaks other flowbite packages #39

NJannasch opened this issue Mar 31, 2024 · 3 comments

Comments

@NJannasch
Copy link

NJannasch commented Mar 31, 2024

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"
image

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

v1.4.4
@shinokada
Copy link
Collaborator

shinokada commented Mar 31, 2024

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

@NJannasch
Copy link
Author

NJannasch commented Mar 31, 2024

Thanks for your swift response!

Then I guess the flowbite-svelte-blocks is broken as its still referencing the older ones icon.

@shinokada
Copy link
Collaborator

I just updated flowbite-svelte-blocks. Run:

pnpm i -D flowbite-svelte-blocks@latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants