data becomes never[] when destructuring with a fallback value
Currently it doesn't seem possible to set a fallback value on a destructured
The "equivalent" with pure react-query:
Does anyone know if there's a way to achieve the same behaviour of
data property, for example:The "equivalent" with pure react-query:
Does anyone know if there's a way to achieve the same behaviour of
react-query in @trpc/react?