Commit e6d9dc6
committed
Fix
Reverting back to `react@^16.x.x`. `react-reconciler` should be
updated separately so that it can safely be used with `[email protected]`.
When installing `react-nodegui` as a dependency. It will yield a
warning:
```
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@"^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 [email protected]
npm WARN node_modules/react-reconciler
npm WARN react-reconciler@"^0.25.1" from @nodegui/[email protected]
npm WARN node_modules/@nodegui/react-nodegui
npm WARN
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/react
npm WARN peer react@"^16.13.1" from [email protected]
npm WARN node_modules/react-reconciler
npm WARN react-reconciler@"^0.25.1" from @nodegui/[email protected]
npm WARN node_modules/@nodegui/react-nodegui
```react conflicting peer dependency with react-reconciler
1 parent 45ccc31 commit e6d9dc6
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
0 commit comments