efficient-indigoE
Refine3y ago
3 replies
efficient-indigo

Am I stupid or what

Am I stupid or what?
const { data, error } = useList<ApiData, HttpError>({...}) - type of error is HttpError.
const { data, error } = useOne<ApiData, HttpError>({...}) - type of error is
unknown
.
why?
Was this page helpful?