From 5c2b8302c02843860db172fa90af9b475e693d6d Mon Sep 17 00:00:00 2001 From: Aaron Agarunov Date: Wed, 4 Dec 2019 14:26:28 -0500 Subject: [PATCH] Remove getTableHeaderProps destructured from useTable (#1706) --- examples/material-UI-components/src/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/material-UI-components/src/App.js b/examples/material-UI-components/src/App.js index c11912f..af7a48f 100644 --- a/examples/material-UI-components/src/App.js +++ b/examples/material-UI-components/src/App.js @@ -15,7 +15,6 @@ function Table({ columns, data }) { // Use the state and functions returned from useTable to build your UI const { getTableProps, - getTableHeaderProps, headerGroups, rows, prepareRow,