Replies: 2 comments 2 replies
-
I had a similar issue. Are you passing any callbacks into the table object which might be undefined? That was my problem. Your code sandbox example is erroring at line 181:
I looked into whatever might or might not be passed as an argument into the |
Beta Was this translation helpful? Give feedback.
-
You can solve the issue by downgrading my version of styled-components to v5.3.3
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been implementing react-table following the tutorials they have on https://react-table.tanstack.com/docs/quick-start . Everything works fine but I get a ton of errors/warning in the console regarding REACT DOM not being able to render the props that I send to the component.
Code example
on a closer look in the console, every single prop that the react-table component expects is throwing a warning.
Any help on how can I fix those warnings? I put a link to the complete code example above.
Warnings:
Beta Was this translation helpful? Give feedback.
All reactions