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
Support for React 16. Proptype is deprecated I think we need to add prop-types library instead
The text was updated successfully, but these errors were encountered:
Hi I ran into this issue to. Has there been a fix yet?
Sorry, something went wrong.
Hi,
Error is coming from here:
InlineEdit.propTypes = { text: _react2.default.PropTypes.string.isRequired, paramName: _react2.default.PropTypes.string.isRequired,
where PropTypes of string is undefined. Is there a workaround?
@benji011 checkout this PR(#41). He has made necessary changes. Fork the project and add those changes to use.
This is because proptypes is no longer a part of react as at v16. The project should npm i react-proptypes and use that instead.
No branches or pull requests
Support for React 16. Proptype is deprecated I think we need to add prop-types library instead
The text was updated successfully, but these errors were encountered: