Merge pull request #80634 from nkdengineer/fix/80023 #392
preDeploy.yml
on: push
Matrix: test / jest
typecheck
/
typecheck
5m 26s
lint
/
ESLint check
6m 33s
test
/
Storybook tests
5m 0s
prettier
/
Prettier check
3m 10s
skipDeploy
updateStaging
/
updateProtectedBranch
Annotations
9 errors and 10 warnings
|
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 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 6)
Process completed with exit code 1.
|
|
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 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 3)
Process completed with exit code 1.
|
|
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 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.
|
|
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
React Hook useMemo has a missing dependency: 'allPolicies'. Either include it 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#L194
React Hook useMemo has a missing dependency: 'expensifyIcons'. Either include it or remove the dependency array
|