react-code-splitting icon indicating copy to clipboard operation
react-code-splitting copied to clipboard

multi copy of react

Open ypling opened this issue 8 years ago • 0 comments

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"
  },

ypling avatar Oct 18 '17 02:10 ypling