From 1d5bd4a7aa3d9825f4528802376b4bc976f22738 Mon Sep 17 00:00:00 2001 From: kristof0425 Date: Tue, 13 Aug 2019 17:16:24 +0200 Subject: [PATCH] fix(Table, SelectionCheckboxAll): add eslint comment --- components/table/Table.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/table/Table.tsx b/components/table/Table.tsx index 5ace746c17..65db1c430e 100755 --- a/components/table/Table.tsx +++ b/components/table/Table.tsx @@ -179,6 +179,7 @@ export default class Table extends React.Component, TableState< }); } + // eslint-disable-next-line camelcase UNSAFE_componentWillReceiveProps(nextProps: TableProps) { this.columns = nextProps.columns || normalizeColumns(nextProps.children as React.ReactChildren); if ('pagination' in nextProps || 'pagination' in this.props) {