update(OUT-2086): removed test file #379
Annotations
10 warnings
|
Run linters:
src/hook/useSettings.ts#L387
React Hook useEffect has missing dependencies: 'emptyMappedItem', 'setAppParams', and 'setMappingItems'. Either include them or remove the dependency array. If 'setMappingItems' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Run linters:
src/hook/useSettings.ts#L115
React Hook useEffect has a missing dependency: 'setAppParams'. Either include it or remove the dependency array
|
|
Run linters:
src/hook/useSettings.ts#L97
React Hook useEffect has a missing dependency: 'intialSettingState'. Either include it or remove the dependency array
|
|
Run linters:
src/hook/useQuickbooks.ts#L110
React Hook useEffect has a missing dependency: 'handleConnect'. Either include it or remove the dependency array
|
|
Run linters:
src/hook/useQuickbooks.ts#L98
React Hook useEffect has missing dependencies: 'setAppParams' and 'tokenPayload?.workspaceId'. Either include them or remove the dependency array
|
|
Run linters:
src/hook/useDashboard.ts#L64
React Hook useEffect has missing dependencies: 'handleConnect', 'handleSyncEnable', and 'portalConnectionStatus'. Either include them or remove the dependency array
|
|
Run linters:
src/db/schema/qbSyncLogs.ts#L9
'deletedAt' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Run linters:
src/db/schema/qbSettings.ts#L9
'deletedAt' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Run linters:
src/components/dashboard/settings/sections/product/ProductMappingTable.tsx#L9
'Spinner' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linters:
src/components/dashboard/settings/sections/product/ProductMapping.tsx#L2
'SilentError' is defined but never used. Allowed unused vars must match /^_/u
|