Replies: 1 comment 3 replies
-
yes, this is likely wrong. Would you like to fix it & add some tests? |
Beta Was this translation helpful? Give feedback.
3 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 run into a type error when one of my
combine
functions of auseQueries
is returning an object (by reducing the results array into a object so that I can use IDs as keys for faster search) and I try to access a property of that object. It happened that that object wasundefined
. So, I am curious, shouldn'tdata
returned bycombine
also beundefined
, like thedata
fromuseQuery
is?Here is a simple example with
number
:Typescript playground
Beta Was this translation helpful? Give feedback.
All reactions