-
Notifications
You must be signed in to change notification settings - Fork 47.3k
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
Getting a warning using ReactCSSTransitionGroup in react v15.2.0 #7163
Comments
@gaearon sure, i'm working on that ATM |
Thanks! Please sign the CLA & it’s good to go. |
@gaearon done |
I am seeing similar errors.
Would the fix resolve this warning as well? |
@Sridatta7 No. Those properties are not part of Either you need to filter them out from the component utilizing them before passing the props to the underlying DOM element, or if it's a third party component you have to raise the issue with that maintainer. In case you didn't read the link in the warning I suggest you do that first, as it explains the problem pretty well. If you're still confused, come join us in reactiflux and we can help you out :) |
This was fixed by #7165 and will be out in 15.2.1 when it ships. |
…te: There will still be a warning with CSSTransitionGroup: facebook/react#7163
Bug
What is the current behavior?
When using ReactCSSTransitionGroup in react v15.2.0, it warns me about an unknown prop passed to the DOM element created by this component (span)
Demo
https://jsfiddle.net/vrs7mmjL/
What is the expected behavior?
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React V 15.0.2
OS: tested on OSX El capitan
It worked on previous versions
The text was updated successfully, but these errors were encountered: