-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
[Table] Warning: TableHeaderColumn: key
is not a prop.
#3956
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
Comments
Please provide the version info |
As soon as i updated to react v15.0.1, i get something similar ref' is not a prop... comes with an explanation. Most props on a JSX element are passed on to the component, however, there are two special props (ref and key) which are used by React, and are thus not forwarded to the component. facebook/react#5744 |
This also affects IconMenu, and occurred as soon as I updated to react v15.0.1. My interpretation of the error message is that a sufficient condition for being safe is as follows: as long as you are not relying on a ref on your |
We are using version 0.15.0-alpha.2 with React 15 |
@nmaves Not compatible yet, that's why 👍 Wait for the beta |
Here is the warning I am getting.
And here is the example code
The text was updated successfully, but these errors were encountered: