Skip to content

[playground] Not able to use flowbite-svelte #1333

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

Open
shinokada opened this issue May 11, 2025 · 2 comments
Open

[playground] Not able to use flowbite-svelte #1333

shinokada opened this issue May 11, 2025 · 2 comments

Comments

@shinokada
Copy link

Describe the problem

When I use flowbite-svelte, I get an error like, "bundling [email protected]/src/reactivity/reactive-value.js" etc.

<script>
  import { Alert } from "flowbite-svelte";
</script>

<Alert>
  <span class="font-medium">Default alert!</span>
  Change a few things up and try submitting again.
</Alert>

Describe the proposed solution

It will be great to be able to use flowbite-svelte.

Importance

nice to have

@Ocean-OS
Copy link
Contributor

That's not an error, that's just a loading screen.

@brunnerh
Copy link
Member

That being a loading message is correct, but it will be stuck there due to an error that shows up in the result page and in the console:

Error: Could not find dist/theme/ in [email protected]

I suspect something is going wrong in the bundling. The directory appears to exist and also contains an index.js.

@Conduitry Conduitry transferred this issue from sveltejs/svelte May 12, 2025
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

3 participants