Replies: 1 comment
-
Not sure what you are trying to achieve by just returning |
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
-
If I want to pass a function like (items => items.map(item => item.someProperty)) it fails on me, because the return type from transform items except TItem to be returned as it was. Is this correct?
Beta Was this translation helpful? Give feedback.
All reactions