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

[bugfix] moves key prop to TableHeaderColumn #1625

Closed
wants to merge 1 commit into from

Conversation

AllenSH12
Copy link

- Key property was defined on the Checkbox element, causing React
to throw a warning when enumerating any TableHeaderColumns
- Fixes mui#1583
@AllenSH12
Copy link
Author

Is there anything I can do to help get this merged? It's certainly not critical but multiple people have expressed interest in getting this fixed as seen in #1583

@@ -127,11 +127,10 @@ let TableHeader = React.createClass({
},

_getSelectAllCheckboxColumn(props) {
if (!this.props.displaySelectAll) return this._getCheckboxPlaceholder(props);
if (!this.props.displaySelectAll) return this._getCheckboxPlaceholder(props);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove the trailling space?

@oliviertassinari oliviertassinari added the PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI label Oct 26, 2015
@oliviertassinari
Copy link
Member

@AllenSH12 I'm closing this PR. The issue was fixed by #2030.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants