Open mrlubos opened 1 week ago
Clients should "transform" the response from undefined to null. This will work better with tools like TanStack Query since we'll be able to assume if data is not undefined, the request returned.
undefined
null
Clients should "transform" the response from
undefined
tonull
. This will work better with tools like TanStack Query since we'll be able to assume if data is notundefined
, the request returned.