This repository was archived by the owner on Feb 8, 2025. It is now read-only.
chore(app): update react compiler #1045
Annotations
10 errors and 10 warnings
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/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/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/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/src/components/fields/FormSubmitButton.tsx#L35
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
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/src/components/link/ledger/LedgerItem.tsx#L129
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
|
app/src/components/link/ledger/LedgerItem.tsx#L129
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
|
app/src/components/provider/NotificationsProvider/NotificationsRegistrar.native.tsx#L111
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useEffect. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useEffect
|
app/src/api/network/noop.ts#L3
'noopExchange' is assigned a value but never used. Allowed unused vars must match /^_/u
|
app/src/app/(nav)/[account]/(home)/activity/index.tsx#L118
Unexpected any. Specify a different type
|
app/src/app/(nav)/[account]/(home)/activity/index.tsx#L166
'm' is defined but never used. Allowed unused args must match /^_/u
|
app/src/app/(nav)/[account]/(home)/send.tsx#L26
'TransferFromMode' is defined but never used. Allowed unused vars must match /^_/u
|
app/src/app/(sheet)/ledger/approve.tsx#L17
'skip' is defined but never used. Allowed unused vars must match /^_/u
|
app/src/components/AccountSelector.tsx#L5
'AddressIcon' is defined but never used. Allowed unused vars must match /^_/u
|
app/src/components/AccountSelector.tsx#L6
'ICON_SIZE' is defined but never used. Allowed unused vars must match /^_/u
|
app/src/components/AccountSelector.tsx#L7
'memo' is defined but never used. Allowed unused vars must match /^_/u
|
app/src/components/Blur/index.tsx#L27
'colors' is defined but never used. Allowed unused args must match /^_/u
|
app/src/components/CreateAccount.tsx#L99
'colors' is defined but never used. Allowed unused args must match /^_/u
|
The logs for this run have expired and are no longer available.
Loading