We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'string' of undefined
scaleExtent: [1, 10] 79 | }, _commonProps2.default); 80 | ChartSvg.propTypes = {
81 | id: _react.PropTypes.string, 82 | width: _react.PropTypes.number.isRequired, 83 | height: _react.PropTypes.number.isRequired, 84 | margins: _react.PropTypes.object.isRequired,
I think this appears because _react.PropTypes is undefined
The text was updated successfully, but these errors were encountered:
See #49
Sorry, something went wrong.
Would be really helpful to have React16 supported. Can we please merge this?
Project dead?
No branches or pull requests
TypeError: Cannot read property 'string' of undefined
scaleExtent: [1, 10]
79 | }, _commonProps2.default);
80 | ChartSvg.propTypes = {
I think this appears because _react.PropTypes is undefined
The text was updated successfully, but these errors were encountered: