fix: address UI issues and improve functionality #8
Annotations
10 errors
|
build:
src/components/SmartSessionPlayground.tsx#L23
Parameter 'c' implicitly has an 'any' type.
|
|
build:
src/components/SmartSessionPlayground.tsx#L5
'"../lib/contracts"' has no exported member named 'SMART_SESSION_TARGETS'. Did you mean 'SMART_SESSION_ABI'?
|
|
build:
src/components/SmartSessionPlayground.tsx#L4
Module '"../lib/wagmi"' has no exported member 'networks'.
|
|
build:
src/components/SmartSessionPanel.tsx#L6
'"../lib/contracts"' has no exported member named 'SMART_SESSION_TARGET_ABI'. Did you mean 'SMART_SESSION_ABI'?
|
|
build:
src/components/SmartSessionPanel.tsx#L5
Module '"../lib/contracts"' has no exported member 'SMART_SESSION_TARGET_ADDRESS'. Did you mean to use 'import SMART_SESSION_TARGET_ADDRESS from "../lib/contracts"' instead?
|
|
build:
src/components/ActivityPage.tsx#L152
Type '"bordered\\"' is not assignable to type '"glass" | "solid" | "bordered" | undefined'. Did you mean '"bordered"'?
|
|
build:
server/index.ts#L67
'err' is of type 'unknown'.
|
|
build:
server/index.ts#L61
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ readonly 8453: { readonly name: "Base"; readonly rpcUrl: "https://mainnet.base.org"; readonly explorerUrl: "https://basescan.org"; }; readonly 10: { readonly name: "Optimism"; readonly rpcUrl: "https://mainnet.optimism.io"; readonly explorerUrl: "https://optimistic.etherscan.io"; }; readonly 42220: { ...; }; }'.
|
|
build:
server/index.ts#L30
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ readonly 8453: { readonly name: "Base"; readonly rpcUrl: "https://mainnet.base.org"; readonly explorerUrl: "https://basescan.org"; }; readonly 10: { readonly name: "Optimism"; readonly rpcUrl: "https://mainnet.optimism.io"; readonly explorerUrl: "https://optimistic.etherscan.io"; }; readonly 42220: { ...; }; }'.
|
|
build:
server/index.ts#L3
Could not find a declaration file for module 'cors'. '/home/runner/work/smart-session-dapp/smart-session-dapp/node_modules/cors/lib/index.js' implicitly has an 'any' type.
|