Simple question: How to initialize row state in useTable options? #2791
Unanswered
MenachemICTBIT
asked this question in
Q&A
Replies: 1 comment
-
I figured out my issue. It's a Typescript error that requires a https://stackoverflow.com/questions/52124326/typescript-3-property-is-missing-in-type |
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.
-
I have a pretty simple question that I can't figure out.
I am running React with TypeScript and cannot figure out how to initialize
rowState
. Here is the code I have and the error I am receiving when trying the simplest way.What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions