Skip to content

Dependency warning on React 19 #89

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: react-side-effect@2.1.2
npm warn Found: react@19.1.0
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 react-side-effect@2.1.2
npm warn node_modules/react-helmet/node_modules/react-side-effect
npm warn react-side-effect@"^2.1.0" from react-helmet@6.1.0
npm warn node_modules/react-helmet
npm warn
npm warn Conflicting peer dependency: react@18.3.1
npm warn node_modules/react
npm warn peer react@"^16.3.0 || ^17.0.0 || ^18.0.0" from react-side-effect@2.1.2
npm warn node_modules/react-helmet/node_modules/react-side-effect
npm warn react-side-effect@"^2.1.0" from react-helmet@6.1.0
npm warn node_modules/react-helmet

Can it be fixed?

Kind regards.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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