Replies: 1 comment 1 reply
-
Same issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys. I'm building table component with react-table and chakra-ui, but I encountered an error and I don't know how to solve it.
My code is:
When I load a page with a table I get error: "table.options.getCoreRowModel is not a function". If I console log
modifiedProps.getCoreRowModel
I can clearly see a function. The error only occurs when using proxy - if I instead use something like this it's all working:Is it a bug or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions