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 d8fb7db commit 6183c7fCopy full SHA for 6183c7f
src/material-table.js
@@ -76,7 +76,7 @@ export default class MaterialTable extends React.Component {
76
* Warn consumer of renamed prop.
77
*/
78
if (this.props.onDoubleRowClick !== undefined) {
79
- console.error(
+ console.warn(
80
'Property `onDoubleRowClick` has been renamed to `onRowDoubleClick`'
81
);
82
}
@@ -85,7 +85,7 @@ export default class MaterialTable extends React.Component {
85
* Warn consumer of deprecated prop.
86
87
if (this.props.options.sorting !== undefined) {
88
89
'Property `sorting` has been deprecated, please start using `maxColumnSort` instead'
90
91
0 commit comments