fix: switch bulk emails to individual email sends #2012
Annotations
11 warnings
run-linters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run-linters:
sites/partners/__tests__/testUtils.tsx#L27
Unexpected any. Specify a different type
|
run-linters:
sites/partners/src/components/applications/PaperApplicationForm/sections/FormDemographics.tsx#L54
React Hook useMemo has a missing dependency: 'formValues?.race'. Either include it or remove the dependency array
|
run-linters:
sites/partners/src/components/listings/ListingFormActions.tsx#L843
React Hook useMemo has missing dependencies: 'isListingApprovalEnabled', 'isListingCopier', 'listingJurisdiction?.publicUrl', 'profile?.userRoles.isAdmin', 'profile?.userRoles.isJurisdictionalAdmin', 'profile?.userRoles.isLimitedJurisdictionalAdmin', 'profile?.userRoles.isPartner', 'setErrorAlert', 'showCopyListingDialog', and 'showSaveBeforeExitDialog'. Either include them or remove the dependency array. If 'showSaveBeforeExitDialog' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
run-linters:
sites/partners/src/components/listings/PaperListingForm/index.tsx#L276
React Hook useCallback has missing dependencies: 'formMethods' and 'setListingName'. Either include them or remove the dependency array. If 'setListingName' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
run-linters:
sites/partners/src/components/listings/PaperListingForm/sections/ApplicationDates.tsx#L22
'disableDueDate' is defined but never used. Allowed unused args must match /^_/u
|
run-linters:
sites/partners/src/components/listings/PaperListingForm/sections/SelectAndOrder.tsx#L31
Unexpected any. Specify a different type
|
run-linters:
sites/partners/src/lib/helpers.ts#L179
Unexpected any. Specify a different type
|
run-linters:
sites/partners/src/lib/helpers.ts#L199
Unexpected any. Specify a different type
|
run-linters:
sites/partners/src/lib/hooks.ts#L160
React Hook useCallback has missing dependencies: 'addToast' and 'listingsService'. Either include them or remove the dependency array
|
run-linters:
sites/partners/src/lib/hooks.ts#L582
React Hook useCallback has missing dependencies: 'addToast', 'applicationsService', 'forLottery', 'includeDemographics', 'listingId', and 'lotteryService'. Either include them or remove the dependency array
|