From 9727202b145d8d2735fee9456c8512720e8c6335 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Thu, 5 Dec 2019 09:17:59 -0500 Subject: [PATCH] Update Example --- examples/data-driven-classes-and-styles/src/App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 (