2
0

build(results): add log to investigate crash

This commit is contained in:
Baptiste Arnaud
2022-08-18 18:04:45 +02:00
parent ec7de582bd
commit 1318d27c74
3 changed files with 6 additions and 0 deletions

View File

@ -151,6 +151,9 @@ export const ResultsTable = ({
[resultHeader]
)
// TO-DO: remove. Meant to help me investigate why table crash in some specific circumstances.
console.log(data)
const instance = useReactTable({
data,
columns,