flowbite
flowbite copied to clipboard
Flowbite does not work with Solid-Start when SSR is disabled
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.