[FE] react-query에 맞는 error handling 적용 #169
Annotations
10 errors
client/src/App.tsx#L7
There should be at least one empty line between import groups
|
client/src/App.tsx#L7
`./GlobalStyle` import should occur after import of `@components/QueryClientBoundary/QueryClientBoundary`
|
client/src/apis/fetcher.ts#L5
There should be at least one empty line between import groups
|
client/src/apis/fetcher.ts#L6
`@components/AppErrorBoundary/AppErrorBoundary` import should occur before import of `@utils/objectToQueryString`
|
client/src/components/AppErrorBoundary/AppErrorBoundary.test.tsx#L4
There should be at least one empty line between import groups
|
client/src/components/AppErrorBoundary/AppErrorBoundary.test.tsx#L5
There should be at least one empty line between import groups
|
client/src/components/AppErrorBoundary/AppErrorBoundary.test.tsx#L5
`@errors/FetchError` import should occur before import of `@store/appErrorStore`
|
client/src/components/AppErrorBoundary/AppErrorBoundary.test.tsx#L6
There should be at least one empty line between import groups
|
client/src/components/AppErrorBoundary/AppErrorBoundary.test.tsx#L7
There should be at least one empty line between import groups
|
client/src/components/AppErrorBoundary/AppErrorBoundary.test.tsx#L7
`@hooks/useToast/ToastProvider` import should occur before import of `@store/appErrorStore`
|
This job failed
Loading