gaearon / gaearon/react-side-effect

Dependency warning on React 19

Open
#89 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.2k
Forks
74
PR merge metrics
No merged PRs in 30d

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: 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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.