feat(ui): #2053: ActionView component part 3 #5099
Annotations
4 errors
Run pnpm turbo lint:strict --cache-dir=.turbo
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>'.
|
Run pnpm turbo lint:strict --cache-dir=.turbo
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; }'.
|
Run pnpm turbo lint:strict --cache-dir=.turbo
@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)
|
Run pnpm turbo lint:strict --cache-dir=.turbo
Process completed with exit code 2.
|
Loading