We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23c057 commit 381b167Copy full SHA for 381b167
1 file changed
frontend/src/lib/api.ts
@@ -54,6 +54,7 @@ const onError = (
54
toast.error(
55
`Something went wrong: ${error.message ?? JSON.stringify(error)}`,
56
);
57
+ console.error(error);
58
};
59
60
export const queryClient = new QueryClient({
0 commit comments