You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a repo setup, very similar to the TailwindCSS Turborepo example. I followed the Quickstart guide for installing and configuring Flowbite and Flowbite-React, however, I am having issues. When I try to import a Flowbite-React component and render it, the console logs a bunch of invalid hook warnings and the page does not render. I confirmed there are no issues when I configure a basic Vite project, just having issues when configuring it within my Turborepo. I have Flowbite/Flowbite-React installed in both the shared lib package and one of the apps.
Here is a sample of my project. After running npm ci and npm run dev, open the dev tools in the browser and you'll see the logs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I have a repo setup, very similar to the TailwindCSS Turborepo example. I followed the Quickstart guide for installing and configuring Flowbite and Flowbite-React, however, I am having issues. When I try to import a Flowbite-React component and render it, the console logs a bunch of invalid hook warnings and the page does not render. I confirmed there are no issues when I configure a basic Vite project, just having issues when configuring it within my Turborepo. I have Flowbite/Flowbite-React installed in both the shared lib package and one of the apps.
Here is a sample of my project. After running
npm ci
andnpm run dev
, open the dev tools in the browser and you'll see the logs.Beta Was this translation helpful? Give feedback.
All reactions