-
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
Unknown props with React 15.2 #1073
Comments
Quite disappointed by React 15.2. Has to make a deep dive into both react-select and redux-form Simple fix by adding .input didn't help
|
I've fixed this upstream and updated react-input-autosize, which should fix this. Will get a new npm release of react-select published as soon as I've completed testing & changelog for the fixes since the last release. |
it's not good solving, it can work like temporary fixing. we are waiting for right solving |
Any chance of getting this fix in the 0.9 branch? |
Please fix 0.9 branch for users are using allowCreate feature In the source code
Found solution: |
Any reason why this wasn't fixed for the 0.9 branch? Seems like a rather small thing to do... Any incompatabilities? Or just need help @JedWatson? Suggested fix above doesn't work with yarn. |
I moved to |
react-select now throws a warning when using React 15.2:
The React team says this needs to be fixed as it will break in the next major release: facebook/react#7152 (comment)
The text was updated successfully, but these errors were encountered: