react-counter icon indicating copy to clipboard operation
react-counter copied to clipboard

Dependency issue

Open jfpalacios opened this issue 9 years ago • 0 comments

Using this component in React 0.13.3 causes a bug because this package.json has a dependency on old version of react. Fixed by removing from dependencies and adding to peerDependencies.

  "peerDependencies": {
    "react": ">=0.12.0 <0.15.0"
  },

jfpalacios avatar Jun 16 '15 01:06 jfpalacios