react-count-animation
react-count-animation copied to clipboard
WebpackError: TypeError: Cannot read property 'number' of undefined
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,`