React icon indicating copy to clipboard operation
React copied to clipboard

Incompatible Peer Dependency with React 19

Open ultimatekristency opened this issue 9 months ago • 3 comments

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!

ultimatekristency avatar Mar 18 '25 15:03 ultimatekristency