Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

Commit a8b43fd

Browse files
committed
Change the autoSize warning message.
1 parent 834c126 commit a8b43fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ class HotTable extends React.Component<HotTableProps, {}> {
381381

382382
if (rendererDefined) {
383383
console.warn('Your `HotTable` configuration includes `autoRowSize`/`autoColumnSize` options, which are not compatible with ' +
384-
'this version of `@handsontable/react`. Disable `autoRowSize` and `autoColumnSize` to prevent row and column misalignment.');
384+
' the component-based renderers`. Disable `autoRowSize` and `autoColumnSize` to prevent row and column misalignment.');
385385
}
386386
}
387387
}

0 commit comments

Comments
 (0)