Headers type mismatch when defining columns (TypeScript) #2608
Unanswered
atreya2011
asked this question in
General
Replies: 0 comments
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.
-
Is there any way to get rid of the type mismatch error at line 13? I am getting a similar error as this postDefinitelyTyped/DefinitelyTyped#43714 (review)https://codesandbox.io/s/peaceful-allen-sn6os?file=/src/App.tsxGot the type mismatch error fixed after changing the accessor type to be
keyof TodosTable
rather thanAccessor<TodosTable>
Beta Was this translation helpful? Give feedback.
All reactions