feat: network-specific dapps in Create Session wizard #14
Annotations
10 errors
|
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:
src/App.tsx#L111
Argument of type 'Element' is not assignable to parameter of type 'string'.
|
|
build:
src/App.tsx#L42
Argument of type 'Element' is not assignable to parameter of type 'string'.
|
|
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.
|