-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
Importing SELECT causes error #368
Labels
Comments
Yep, that is a typo bug. PR and release coming, hold tight. |
Though, this warning shouldn't stop the app from running. It should only be logged as an error by React propTypes. |
Fixed and released in |
No problem. That was a fast response! I did fail to mention that things were working just fine...sorry about that! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using es6 and webpack.
When I import
Select
like so:I get this error:
It seems to be on line 133 of Label.js:
The text was updated successfully, but these errors were encountered: