createDataColumn gives error Argument of type 'string' is not assignable to parameter of type 'AccessorFn<unknown>'.ts(2345) #4065
Replies: 4 comments 3 replies
-
I'm having the same issue with |
Beta Was this translation helpful? Give feedback.
-
idk why this works, but the fix according to chatgpt, worked for me |
Beta Was this translation helpful? Give feedback.
-
You need to add TYPE to your createColumnHelper, otherwise you will get this error: GOOD: const columnHelper = createColumnHelper(); |
Beta Was this translation helpful? Give feedback.
-
do this:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm simply passing in a string as the first arg just like the docs show
I get error:
Beta Was this translation helpful? Give feedback.
All reactions