didierfranc / didierfranc/react-code-splitting
multi copy of react
Open
- Dominant language
- JavaScript
- Stars
- 206
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
When using react-code-splitting@1.2.1 with react@15.6.2, I'm running into Multiple copies of React Error.
I think that's because react should be peerDependency.
```
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0",
"react-dom": "^15.3.0 || ^16.0.0"
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.