-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Updating my React.js code I realize that this dependency (on which react-helmet depends) is the only one that is not updated to React 19:
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react
npm warn react@"^19.1.0" from the root project
npm warn 24 more (@emotion/react, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.3.0 || ^17.0.0 || ^18.0.0" from [email protected]
npm warn node_modules/react-helmet/node_modules/react-side-effect
npm warn react-side-effect@"^2.1.0" from [email protected]
npm warn node_modules/react-helmet
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react
npm warn peer react@"^16.3.0 || ^17.0.0 || ^18.0.0" from [email protected]
npm warn node_modules/react-helmet/node_modules/react-side-effect
npm warn react-side-effect@"^2.1.0" from [email protected]
npm warn node_modules/react-helmet
Can it be fixed?
Kind regards.