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
Just found out this error when I upgrade my project to react15.0.0
render: function () { this.setOptionsFromProps(); return React.createElement( 'div', React.__spread({ref: 'picker'}, this.props), this.props.children ); }
The text was updated successfully, but these errors were encountered:
I made a PR about it. Check and use it for a time... It worked for me at least. :) #72
Sorry, something went wrong.
fixed in commit 0498756 I published 3.0.0 which can be used with React 15. Thanks for checking it out!
No branches or pull requests
Just found out this error when I upgrade my project to react15.0.0
The text was updated successfully, but these errors were encountered: