themesberg / themesberg/flowbite
Flowbite does not work with Solid-Start when SSR is disabled
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 9.4k
- Forks
- 862
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
No actions in Flowbite work when SSR for the Solid-Start framework is disabled in the "vite.config.ts" config file:
To Reproduce
In the "vite.config.ts" disable SSR like so:
import solid from "solid-start/vite";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [solid({ ssr: false})],
});
Expected behavior
Flowbite actions to work.
Desktop (please complete the following information):
- OS: Windows
- Browser: Chrome
- Version: 114.0.5735.134
Additional context
Flowbite works fine in regular Solid-JS.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the provided vite.config.ts configuration, where Solid-Start is configured with ssr: false, and inspect the Flowbite integration used by the project. Done means Flowbite actions work in Solid-Start with SSR disabled, as they do in regular Solid-JS.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tailwindcss, typescript, vite
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100