react-count-animation icon indicating copy to clipboard operation
react-count-animation copied to clipboard

WebpackError: TypeError: Cannot read property 'number' of undefined

Open joebentaylor opened this issue 6 years ago • 0 comments

I get this error when i try to build my react app.

` 144 | AnimationCount.displayName = 'AnimationCount'; 145 | AnimationCount.propTypes = {

146 | start: _react.PropTypes.number, | ^ 147 | count: _react.PropTypes.number, 148 | duration: _react.PropTypes.number, 149 | decimals: _react.PropTypes.number,`

joebentaylor avatar May 01 '19 00:05 joebentaylor