React
React copied to clipboard
Incompatible Peer Dependency with React 19
The package [email protected] does not support React 19. While trying to install it in a Next.js project using React 19, I encountered the following error:
npm error peer react@"^15.0.0 || ^18.0.0" from [email protected]
This prevents installation unless --legacy-peer-deps or --force is used. Could you update the package to support React 19? Thanks!