refactor: explore view #83
Annotations
20 warnings
Static Analysis and Test | Node 20:
src/components/leave-tip-card.tsx#L76
'data' is assigned a value but never used
|
Static Analysis and Test | Node 20:
src/components/leave-tip-card.tsx#L105
React Hook useEffect has a missing dependency: 'execute'. Either include it or remove the dependency array
|
Static Analysis and Test | Node 20:
src/components/leave-tip-card.tsx#L151
React Hook useCallback has missing dependencies: 'callData', 'post', 'sessionData?.profile', and 'tipAction'. Either include them or remove the dependency array
|
Static Analysis and Test | Node 20:
src/components/loginModal/modal.tsx#L106
React Hook useEffect has a missing dependency: 'refetchProfiles'. Either include it or remove the dependency array
|
Static Analysis and Test | Node 20:
src/components/loginModal/modal.tsx#L114
React Hook useEffect has a missing dependency: 'onClose'. Either include it or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Static Analysis and Test | Node 20:
src/components/loginModal/profileFormView.tsx#L188
React Hook useCallback has an unnecessary dependency: 'address'. Either exclude it or remove the dependency array
|
Static Analysis and Test | Node 20:
src/components/nav-section/mini/styles-mini.ts#L2
'alpha' is defined but never used
|
Static Analysis and Test | Node 20:
src/components/publication-detail-main.tsx#L81
'loadingHide' is assigned a value but never used
|
Static Analysis and Test | Node 20:
src/components/subscribe-profile-modal.tsx#L76
React Hook useEffect has missing dependencies: 'onClose' and 'onSubscribe'. Either include them or remove the dependency array. If 'onSubscribe' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Static Analysis and Test | Node 20:
src/layouts/_common/header-balance.tsx#L16
'isError' is assigned a value but never used
|
Static Analysis and Test | Node 18:
src/components/leave-tip-card.tsx#L76
'data' is assigned a value but never used
|
Static Analysis and Test | Node 18:
src/components/leave-tip-card.tsx#L105
React Hook useEffect has a missing dependency: 'execute'. Either include it or remove the dependency array
|
Static Analysis and Test | Node 18:
src/components/leave-tip-card.tsx#L151
React Hook useCallback has missing dependencies: 'callData', 'post', 'sessionData?.profile', and 'tipAction'. Either include them or remove the dependency array
|
Static Analysis and Test | Node 18:
src/components/loginModal/modal.tsx#L106
React Hook useEffect has a missing dependency: 'refetchProfiles'. Either include it or remove the dependency array
|
Static Analysis and Test | Node 18:
src/components/loginModal/modal.tsx#L114
React Hook useEffect has a missing dependency: 'onClose'. Either include it or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Static Analysis and Test | Node 18:
src/components/loginModal/profileFormView.tsx#L188
React Hook useCallback has an unnecessary dependency: 'address'. Either exclude it or remove the dependency array
|
Static Analysis and Test | Node 18:
src/components/nav-section/mini/styles-mini.ts#L2
'alpha' is defined but never used
|
Static Analysis and Test | Node 18:
src/components/publication-detail-main.tsx#L81
'loadingHide' is assigned a value but never used
|
Static Analysis and Test | Node 18:
src/components/subscribe-profile-modal.tsx#L76
React Hook useEffect has missing dependencies: 'onClose' and 'onSubscribe'. Either include them or remove the dependency array. If 'onSubscribe' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Static Analysis and Test | Node 18:
src/layouts/_common/header-balance.tsx#L16
'isError' is assigned a value but never used
|