Merge pull request #77943 from s77rt/autoreporting-off-use-selfdm #398
preDeploy.yml
on: push
Matrix: test / jest
typecheck
/
typecheck
5m 12s
lint
/
ESLint check
4m 59s
test
/
Storybook tests
5m 19s
prettier
/
Prettier check
3m 14s
skipDeploy
0s
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 6)
Process completed with exit code 1.
|
|
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 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 3)
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 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.
|
|
confirmPassingBuild
Process completed with exit code 1.
|
|
lint / ESLint check:
src/libs/OptionsListUtils/index.ts#L200
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/libs/Navigation/helpers/getAdaptedStateFromPath.ts#L24
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
|