Closed BaumgartnerWilliam closed 2 years ago
Hi @BaumgartnerWilliam thanks for reporting it. We need to remove the React 17 from the package.json
we discussed and we don't have the intention to keep it working for it.
Oh I see. Thank you for the heads up. Cheers mate.
Describe the bug Some components use newest react feature
useId
which is not available in react 17.To Reproduce Steps to reproduce the behavior:
npm i react@17 react-dom@17 flowbite flowbite-react
useId
such as ProgressExpected behavior The component should be rendered w/o errors since react 17 is still supported
Screenshots