You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typescript throws an error on x.data, because x.data is possibly undefined. This is because it is inside a closure. But the same code with 2 actual react queries does not throw a type error. Does anyone know why this is?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If I have the following code:
Typescript throws an error on
x.data
, becausex.data
is possibly undefined. This is because it is inside a closure. But the same code with 2 actual react queries does not throw a type error. Does anyone know why this is?Beta Was this translation helpful? Give feedback.
All reactions