TypeError: Cannot read properties of undefined (reading 'split'); react-table v8 / Vercel preview site #5038
Replies: 1 comment
-
Update: the issue appears to be with vs. It seems as though the parameters in the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using react-table v8. When I open my application locally, everything works fine. However, when I deploy to a Vercel preview site, I get this error
TypeError: Cannot read properties of undefined (reading 'split')
. I have isolated the problem to the table body and possibly the getRowModel() or flexRender() methods. Any idea why this is happening? The data that the table is trying to render locally and on the deployed site is identical (same shape, same content).Beta Was this translation helpful? Give feedback.
All reactions