We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766c449 commit 5a51494Copy full SHA for 5a51494
src/TableHeader.jsx
@@ -23,7 +23,7 @@ class TableHeader extends Component {
23
||
24
nextProps.scrollLeft !== this.props.scrollLeft
25
26
- isEqual(nextProps.columns, this.props.columns)
+ !isEqual(nextProps.columns, this.props.columns)
27
);
28
}
29
0 commit comments