fix: profile tanstack query 의존성 제거 #738
Annotations
3 errors and 2 warnings
|
Build and Test
Process completed with exit code 2.
|
|
Build and Test
profile#type-check: command (/home/runner/work/boolti-web/boolti-web/apps/profile) /tmp/xfs-f9fab874/yarn run type-check exited (2)
|
|
Build and Test
Cannot find module '@tanstack/react-query' or its corresponding type declarations.
|
|
Build and Test:
apps/admin/src/hooks/usePopupDialog.tsx#L59
React Hook useEffect has missing dependencies: 'eventPopupDialog', 'getCookie', and 'noticePopupDialog'. Either include them or remove the dependency array
|
|
Build and Test:
apps/admin/src/components/ErrorBoundary/AuthErrorBoundary.tsx#L53
React Hook useEffect has missing dependencies: 'error', 'navigate', and 'resetErrorBoundary'. Either include them or remove the dependency array. If 'resetErrorBoundary' changes too often, find the parent component that defines it and wrap that definition in useCallback
|