Col helper accessor func doesn't take object key as first arg if generic #5175
Unanswered
vincerubinetti
asked this question in
Q&A
Replies: 1 comment
-
Ah, I think this may be the same issue as this: |
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.
-
Started trying out the library and immediately ran into this issue:
I feel this may be a bug in the typing, as
col.key
(of typekeyof Datum
) should be able to be used as the argument.Weirdly, this does not throw an error:
Beta Was this translation helpful? Give feedback.
All reactions