Update wallet connections, oktobertest blog #852
Annotations
10 errors and 10 warnings
Lint:
tooling/tailwind/index.ts#L4
Unsafe member access .exports on an `error` typed value
|
Lint:
tooling/tailwind/index.ts#L121
Unsafe call of an `error` type typed value
|
Lint:
apps/auth-proxy/routes/[...auth].ts#L5
Unsafe call of an `error` type typed value
|
Lint:
apps/auth-proxy/routes/[...auth].ts#L7
Unsafe argument of type `any` assigned to a parameter of type `Request`
|
Lint:
apps/auth-proxy/routes/[...auth].ts#L7
Unsafe call of an `error` type typed value
|
Lint:
apps/auth-proxy/routes/[...auth].ts#L8
Unsafe assignment of an error typed value
|
Lint:
apps/auth-proxy/routes/[...auth].ts#L8
Unsafe member access .env on an `error` typed value
|
Lint:
apps/auth-proxy/routes/[...auth].ts#L9
Unsafe member access .env on an `error` typed value
|
Lint:
apps/auth-proxy/routes/[...auth].ts#L10
Unsafe assignment of an error typed value
|
Lint:
apps/auth-proxy/routes/[...auth].ts#L10
Unsafe member access .env on an `error` typed value
|
Lint:
apps/nextjs/src/app/(app)/account/assets/Portfolio.tsx#L90
React Hook useEffect has a missing dependency: 'isFetchingNextPage'. Either include it or remove the dependency array
|
Lint:
apps/nextjs/src/app/_components/modal/StarknetLoginModal.tsx#L111
React Hook useCallback has a missing dependency: 'getConnectorDiscovery'. Either include it or remove the dependency array
|
Lint:
apps/nextjs/src/app/_components/modal/StarknetLoginModal.tsx#L148
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
apps/nextjs/src/app/_components/wallet/WalletSheet.tsx#L52
React Hook useEffect has missing dependencies: 'previousAccountOpenState' and 'transactionState'. Either include them or remove the dependency array
|
Lint:
apps/nextjs/src/app/_components/wallet/transactions/TransactionList.tsx#L15
React Hook useEffect has a missing dependency: 'transactionState'. Either include it or remove the dependency array
|
Lint:
apps/nextjs/src/hooks/market/useTokenListing.tsx#L21
React Hook useEffect has a missing dependency: 'listings'. Either include it or remove the dependency array
|
Lint:
apps/nextjs/src/hooks/market/useTokenMetadata.tsx#L21
React Hook useEffect has a missing dependency: 'metadata'. Either include it or remove the dependency array
|
Lint:
apps/nextjs/src/hooks/market/useTokenPrice.tsx#L34
React Hook useEffect has a missing dependency: 'radix'. Either include it or remove the dependency array. If 'setPrice' needs the current value of 'radix', you can also switch to useReducer instead of useState and read 'radix' in the reducer
|
Lint:
apps/nextjs/src/hooks/useTransactions.ts#L17
All imports in the declaration are only used as types. Use `import type`
|
Lint:
apps/nextjs/src/hooks/useTransactions.ts#L98
React Hook useMemo has a missing dependency: 'l2Address'. Either include it or remove the dependency array
|
Loading