Solutionunvalidated
Move JSX/Flowbite usage to a `.tsx` file or avoid rendering Flowbite in `preview.ts`. Apply the custom theme via Flowbite’s supported theming entry points (e.g., component-level/theme provider approach) and configure Storybook decorators without JSX in the config file.
9813b5ad-b208-4749-9f93-4d19180f2b86
Move JSX/Flowbite usage to a .tsx file or avoid rendering Flowbite in preview.ts. Apply the custom theme via Flowbite’s supported theming entry points (e.g., component-level/theme provider approach) and configure Storybook decorators without JSX in the config file.