diff --git a/examples/data-driven-classes-and-styles/src/App.js b/examples/data-driven-classes-and-styles/src/App.js index 60d47a1..2325c12 100644 --- a/examples/data-driven-classes-and-styles/src/App.js +++ b/examples/data-driven-classes-and-styles/src/App.js @@ -1,6 +1,6 @@ import React from 'react' import styled from 'styled-components' -import { useTable, utils } from 'react-table' +import { useTable, mergeProps } from 'react-table' import makeData from './makeData' @@ -69,7 +69,7 @@ function Table({ {headerGroup.headers.map(column => ( + {row.cells.map(cell => { return (