Skip to content

Dependency warning on React 19 #89

@uzala922

Description

@uzala922

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions