Merge pull request #79076 from nkdengineer/fix/76694-1-1 #386
preDeploy.yml
on: push
Matrix: test / jest
typecheck
/
typecheck
7m 18s
lint
/
ESLint check
18m 45s
test
/
Storybook tests
4m 50s
prettier
/
Prettier check
2m 55s
skipDeploy
updateStaging
/
updateProtectedBranch
Annotations
9 errors and 10 warnings
|
test / test (job 1)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 5)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 8)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 6)
Process completed with exit code 1.
|
|
test / test (job 4)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 2)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 7)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 3)
Process completed with exit code 1.
|
|
confirmPassingBuild
Process completed with exit code 1.
|
|
lint / ESLint check:
src/libs/Navigation/helpers/getAdaptedStateFromPath.ts#L23
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/libs/Middleware/Pagination.ts#L60
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/libs/Middleware/Pagination.ts#L53
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/libs/LocalePhoneNumber.ts#L8
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/libs/CurrencyUtils.ts#L11
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/hooks/useTransactionViolationOfWorkspace.tsx#L15
The 'transactionIDSet' object construction makes the dependencies of useCallback Hook (at line 47) change on every render. To fix this, wrap the initialization of 'transactionIDSet' in its own useMemo() Hook
|
|
lint / ESLint check:
src/hooks/useBulkPayOptions.ts#L225
React Hook useMemo has missing dependencies: 'icons.Bank', 'icons.Cash', and 'icons.Wallet'. Either include them or remove the dependency array
|
|
lint / ESLint check:
src/components/TabSelector/TabSelectorBase.tsx#L95
The 'measure' function makes the dependencies of useEffect Hook (at line 117) change on every render. To fix this, wrap the definition of 'measure' in its own useCallback() Hook
|
|
lint / ESLint check:
src/components/TabSelector/TabSelectorBase.tsx#L95
The 'measure' function makes the dependencies of useLayoutEffect Hook (at line 109) change on every render. To fix this, wrap the definition of 'measure' in its own useCallback() Hook
|
|
lint / ESLint check:
src/components/MoneyRequestReportView/MoneyRequestReportTransactionList.tsx#L191
React Hook useMemo has a missing dependency: 'expensifyIcons'. Either include it or remove the dependency array
|