react-code-splitting
react-code-splitting copied to clipboard
multi copy of react
When using [email protected] with [email protected], 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"
},