You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix react conflicting peer dependency with react-reconciler
Reverting back to `react@^16.x.x`. `react-reconciler` should be
updated separately so that it can safely be used with `react@17.x.x`.
When installing `react-nodegui` as a dependency. It will yield a
warning:
```
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: react-reconciler@0.25.1
npm WARN Found: react@17.0.2
npm WARN node_modules/react
npm WARN react@"^17.0.2" from the root project
npm WARN 1 more (@nodegui/react-nodegui)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@"^16.13.1" from react-reconciler@0.25.1
npm WARN node_modules/react-reconciler
npm WARN react-reconciler@"^0.25.1" from @nodegui/react-nodegui@0.13.0
npm WARN node_modules/@nodegui/react-nodegui
npm WARN
npm WARN Conflicting peer dependency: react@16.14.0
npm WARN node_modules/react
npm WARN peer react@"^16.13.1" from react-reconciler@0.25.1
npm WARN node_modules/react-reconciler
npm WARN react-reconciler@"^0.25.1" from @nodegui/react-nodegui@0.13.0
npm WARN node_modules/@nodegui/react-nodegui
```
0 commit comments