flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Flowbite does not work with Solid-Start when SSR is disabled

Open Antebios opened this issue 2 years ago • 0 comments

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.

Antebios avatar Jun 25 '23 00:06 Antebios