Merge pull request #24176 from neokeld/patch-1

[react-table] original property duplicated in RowInfo
This commit is contained in:
Arthur Ozga
2018-03-15 12:57:19 -07:00
committed by GitHub

View File

@@ -613,9 +613,6 @@ export interface RowInfo {
/** Materialized row of data */
row: any;
/** Original row from your data */
original: any;
/** The post-accessed values from the original row */
rowValues: any;