themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.78k stars 396 forks source link

Issues with peer dependencies with NextJS 14.0.4 #1216

Closed walterradduso closed 6 months ago

walterradduso commented 6 months ago

Steps to reproduce

  1. Install flowbite-react (0.7.2) and nextjs (14.0.4).
  2. The warning Issues with peer dependencies found appears.

Current behavior

This Is not a problem, but it would be good if someone could update the flowbite-react dependencies to avoid the unmet peer dependency warning.

Expected behavior

To not get the unmet peer dependency warning.

Context

This is the terminal warning: unmet peer dependencies - flowbite-react

tulup-conner commented 6 months ago

We're aware of this but it isn't really pertinent to the library. This won't happen at all once we are properly building dependencies for the Next.js test server separately to the library.