react-swipeable-tabs icon indicating copy to clipboard operation
react-swipeable-tabs copied to clipboard

TypeError: Cannot read property 'string' of undefined

Open zikwall opened this issue 5 years ago • 0 comments

/node_modules/react-hammerjs/src/Hammer.js:100

  97 | var HammerComponent = React.createClass({
   98 |   displayName: 'Hammer',
   99 |   propTypes: {
> 100 |     className: React.PropTypes.string
  101 |   },
  102 |   componentDidMount: function () {
  103 |     this.hammer = new Hammer(ReactDOM.findDOMNode(this));

I did everything according to the documentation, even tried just copying your code, but it still doesn’t work

zikwall avatar Nov 16 '19 11:11 zikwall