Skip to content

Commit

Permalink
fix: 머지용 onError 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
정수현 authored and 정수현 committed Feb 10, 2024
1 parent da5f99f commit ba75ff9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ const queryClient = new QueryClient({
refetchOnWindowFocus: false,
},
},
onError: (error: Error) => {
console.error(error);
},
});

interface ErrorFallbackProps {
Expand Down

0 comments on commit ba75ff9

Please sign in to comment.