[운영배포] 10차 MVP (웹뷰 브릿지, 공연 등록 개선, 정산 요약, 팝업 추가) #630
Annotations
2 warnings
Check eslint rule:
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
|
Check eslint rule:
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
|
Loading