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
The situation: const resourceParam = useCollection<T>(url, options);
I have code which changes the url, and there are situations when server responds with 400 - Bad request
The problem:
after url becames correct the resourceParam.error is still exists
The possible solution:
May be is possible to add reset an Error in src/hooks/use-read-resource.ts
The text was updated successfully, but these errors were encountered:
Hi.
The situation:
const resourceParam = useCollection<T>(url, options);
I have code which changes the url, and there are situations when server responds with
400 - Bad request
The problem:
after url becames correct the
resourceParam.error
is still existsThe possible solution:
May be is possible to add reset an Error in
src/hooks/use-read-resource.ts
The text was updated successfully, but these errors were encountered: