feat(ui): #2053: ActionView component part 3 #5099
turbo-ci.yml
on: pull_request
Compile
/
wasm
51s
Lint
1m 13s
Build
44s
test
2m 38s
lint:rust
1m 22s
test:wasm
4m 37s
Annotations
6 errors
Lint
Type '{ readonly spend: ({ value }: SpendActionProps) => JSX.Element; readonly output: ({ value }: OutputActionProps) => JSX.Element; ... 23 more ...; readonly unknown: ({ label, opaque }: UnknownActionProps) => JSX.Element; }' does not satisfy the expected type 'Record<ActionViewType | "unknown", unknown>'.
|
Lint
Element implicitly has an 'any' type because expression of type '"spend" | "output" | "swap" | "swapClaim" | "delegatorVote" | "validatorDefinition" | "ibcRelayAction" | "proposalSubmit" | "proposalWithdraw" | "validatorVote" | "proposalDepositClaim" | ... 15 more ... | "unknown"' can't be used to index type '{ readonly spend: ({ value }: SpendActionProps) => Element; readonly output: ({ value }: OutputActionProps) => Element; readonly swap: ({ value, getMetadataByAssetId }: SwapActionProps) => Element; ... 22 more ...; readonly unknown: ({ label, opaque }: UnknownActionProps) => Element; }'.
|
Lint
@penumbra-zone/ui#lint:strict: command (/home/runner/actions-runner/_work/web/web/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint:strict exited (2)
|
Lint
Process completed with exit code 2.
|
lint:rust
@penumbra-zone/wasm#lint:rust: command (/home/runner/actions-runner/_work/web/web/packages/wasm) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint:rust exited (101)
|
lint:rust
Process completed with exit code 101.
|