Prevent duplicate preemptive token refresh attempts #1132
Annotations
1 error and 7 warnings
|
Prettier
Process completed with exit code 1.
|
|
ESLint:
src/pages/settings/Settings.tsx#L174
React Hook useCallback has an unnecessary dependency: 'mutate'. Either exclude it or remove the dependency array. Outer scope values like 'mutate' aren't valid dependencies because mutating them doesn't re-render the component
|
|
ESLint:
src/pages/organization/ProcessDonation.tsx#L215
React Hook useEffect has a missing dependency: 'theme.colors.text'. Either include it or remove the dependency array
|
|
ESLint:
src/pages/organization/AccountNumber.tsx#L99
React Hook useEffect has a missing dependency: 'themeColors.text'. Either include it or remove the dependency array
|
|
ESLint:
src/pages/cards/cards.tsx#L216
React Hook useEffect has a missing dependency: 'themeColors.text'. Either include it or remove the dependency array
|
|
ESLint:
src/pages/cards/card.tsx#L229
React Hook useEffect has a missing dependency: 'card?.status'. Either include it or remove the dependency array
|
|
ESLint:
src/pages/Receipts.tsx#L134
React Hook useCallback has a missing dependency: 'onRefresh'. Either include it or remove the dependency array
|
|
ESLint:
src/lib/useDigitalWallet.ts#L144
React Hook useEffect has a missing dependency: 'isPhysical'. Either include it or remove the dependency array
|