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
returning undefined is illegal in v4 and should be flagged on typescript level. However, this fails is a Promise of undefined is returned, e.g. via async () => undefined. Also, it doesn't work for useQueries. Status quo:
returning
undefined
is illegal in v4 and should be flagged on typescript level. However, this fails is a Promise of undefined is returned, e.g. viaasync () => undefined
. Also, it doesn't work for useQueries. Status quo:@artysidorenko fyi, as discussed
The text was updated successfully, but these errors were encountered: