The @achmadk/react-loading-overlay module, version 3.0.5, has a dev dependency on React 18.3.1:
This prevents its use with React 19:
4.590 npm ERR! code ERESOLVE
4.597 npm ERR! ERESOLVE unable to resolve dependency tree
4.597 npm ERR!
4.598 npm ERR! While resolving: ourproject@1.0.0
4.598 npm ERR! Found: react@19.0.0
4.598 npm ERR! node_modules/react
4.598 npm ERR! react@"^19.0.0" from the root project
4.598 npm ERR!
4.598 npm ERR! Could not resolve dependency:
4.599 npm ERR! peer react@"^18.3.1" from @achmadk/react-loading-overlay@3.0.5
4.599 npm ERR! node_modules/@achmadk/react-loading-overlay
4.599 npm ERR! @achmadk/react-loading-overlay@"^3.0.5" from the root project
4.599 npm ERR!
4.599 npm ERR! Fix the upstream dependency conflict, or retry
4.599 npm ERR! this command with --force or --legacy-peer-deps
4.599 npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
The
@achmadk/react-loading-overlaymodule, version 3.0.5, has a dev dependency on React 18.3.1:open-source-projects/packages/react-loading-overlay/package.json
Line 25 in 09bd28a
This prevents its use with React 19: