Skip to content
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

React 15.2.0 warning about unknown props #65

Closed
serkandurusoy opened this issue Jul 6, 2016 · 2 comments
Closed

React 15.2.0 warning about unknown props #65

serkandurusoy opened this issue Jul 6, 2016 · 2 comments
Assignees
Labels
Type: Duplicate Duplicates of already existing issues

Comments

@serkandurusoy
Copy link
Contributor

serkandurusoy commented Jul 6, 2016

Both form and field components cause warnings on the browser console

Unknown prop `xxxx` on <yyyy> tag. Remove this prop from the element.
For details, see https://fb.me/react-unknown-prop

It seems this is new and the recommended approach is to distill the props passed on to the standard html component, and use a valid, stripped-down version of the props instead of {...props} spreading them all onto them.

https://fb.me/react-unknown-prop

@radekmie radekmie added the Type: Duplicate Duplicates of already existing issues label Jul 7, 2016
@radekmie radekmie self-assigned this Jul 7, 2016
@radekmie
Copy link
Contributor

radekmie commented Jul 7, 2016

It's already reported in #64.

@radekmie radekmie closed this as completed Jul 7, 2016
@serkandurusoy
Copy link
Contributor Author

Sorry just saw that, I've perhaps been away for too long :(

On Thu, Jul 7, 2016 at 9:54 AM, Radosław Miernik notifications@github.com
wrote:

Closed #65 #65.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#65 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AEbz3ChsELXVzLZ65ikGuDPCFizE-KDoks5qTKK0gaJpZM4JGlw4
.

@radekmie radekmie moved this to Closed in Open Source Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Duplicate Duplicates of already existing issues
Projects
Archived in project
Development

No branches or pull requests

2 participants