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 ef16772 commit 6c9de71Copy full SHA for 6c9de71
components/table/Table.jsx
@@ -87,7 +87,7 @@ export default {
87
// this.columns = props.columns || normalizeColumns(props.children)
88
const props = getOptionProps(this);
89
warning(
90
- !('expandedRowRender' in props) || !('scroll' in props),
+ !props.expandedRowRender || !('scroll' in props),
91
'`expandedRowRender` and `scroll` are not compatible. Please use one of them at one time.',
92
);
93
this.createComponents(this.components);
0 commit comments