Skip to content

feat: Implement Smart Session Dapp UI/UX with Cosmic Precision theme #5

feat: Implement Smart Session Dapp UI/UX with Cosmic Precision theme

feat: Implement Smart Session Dapp UI/UX with Cosmic Precision theme #5

Triggered via push December 5, 2025 01:04
Status Failure
Total duration 54s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/components/dashboard/TargetAppDemo.tsx#L39
Argument of type '(prev: { val: string; executor: string; hash: string; }[]) => ({ val: string; executor: string; hash: string; } | { val: any; executor: any; hash: `0x${string}` | null; })[]' is not assignable to parameter of type 'SetStateAction<{ val: string; executor: string; hash: string; }[]>'.
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: 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.