react-tailwindcss-select
react-tailwindcss-select copied to clipboard
React 19
Please add support for react 19. I tried to install it on a project that uses react 19 and I get this error:
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error Found: [email protected] npm error node_modules/react npm error react@"^19.0.0" from the root project npm error npm error Could not resolve dependency: npm error peer react@"^18.2.0" from [email protected] npm error node_modules/react-tailwindcss-select npm error react-tailwindcss-select@"*" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution.
for react 19 or Update React and React DOM versions use this commad "npm install react@latest react-dom@latest"
As I mentioned in the issue, I already use react 19. The problem is this package it requires react 18, therefore it needs to be updated