This repository has been archived by the owner on Feb 8, 2025. It is now read-only.
fix(api): increase max request body size #1059
tests.yaml
on: push
lib
1m 33s
contracts-foundry
1m 40s
contracts-abi
2m 30s
api
6m 29s
api-build
7m 31s
api-ampli
37s
app-tests
1m 41s
app-web-build
1m 31s
app-ampli
33s
docs
1m 48s
Annotations
10 errors and 10 warnings
app-tests:
app/src/components/cloud/google/useSignInWithGoogle.web.ts#L14
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
app-tests:
app/src/components/cloud/google/useSignInWithGoogle.web.ts#L17
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
app-tests:
app/src/components/cloud/google/useSignInWithGoogle.web.ts#L21
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
app-tests:
app/src/components/fields/FormSubmitButton.tsx#L35
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
app-tests:
app/src/components/fields/FormSubmitButton.tsx#L36
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
app-tests:
app/src/hooks/ble/useBluetoothPermissions.android.ts#L46
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
app-tests:
app/src/hooks/ble/useBluetoothPermissions.android.ts#L55
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
app-tests:
app/src/hooks/useLatestRef.ts#L5
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
app-tests
app#lint: command (/home/runner/work/zallo/zallo/app) /tmp/xfs-41c1029c/yarn run lint exited (1)
|
app-tests
Process completed with exit code 1.
|
app-tests:
app/src/api/network/noop.ts#L3
'noopExchange' is assigned a value but never used. Allowed unused vars must match /^_/u
|
app-tests:
app/src/app/(nav)/[account]/(home)/activity/index.tsx#L118
Unexpected any. Specify a different type
|
app-tests:
app/src/app/(nav)/[account]/(home)/activity/index.tsx#L166
'm' is defined but never used. Allowed unused args must match /^_/u
|
app-tests:
app/src/app/(nav)/[account]/(home)/send.tsx#L26
'TransferFromMode' is defined but never used. Allowed unused vars must match /^_/u
|
app-tests:
app/src/app/(nav)/[account]/tokens/[address].tsx#L2
'tryOrIgnore' is defined but never used. Allowed unused vars must match /^_/u
|
app-tests:
app/src/app/(sheet)/ledger/approve.tsx#L17
'skip' is defined but never used. Allowed unused vars must match /^_/u
|
app-tests:
app/src/app/onboard/user.tsx#L85
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useMemo. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useMemo
|
app-tests:
app/src/components/AccountSelector.tsx#L5
'AddressIcon' is defined but never used. Allowed unused vars must match /^_/u
|
app-tests:
app/src/components/AccountSelector.tsx#L6
'ICON_SIZE' is defined but never used. Allowed unused vars must match /^_/u
|
app-tests:
app/src/components/AccountSelector.tsx#L7
'memo' is defined but never used. Allowed unused vars must match /^_/u
|