Skip to content

Refactor

Refactor #760

Triggered via push October 2, 2023 16:58
Status Failure
Total duration 1m 31s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
@create-figma-plugin/ui#build: command (/home/runner/work/create-figma-plugin/create-figma-plugin/packages/ui) npm run build exited (1)
build
Cannot find module '../../../../types/RGBA' or its corresponding type declarations.
build
Cannot find module '../../../types/RGBA.js' or its corresponding type declarations.
build
Type 'RadioButtonsOption' is not generic.
build
Type 'boolean | null' is not assignable to type 'string | null'.
build
Type 'RadioButtonsOption' is not generic.
build
Type 'number | null' is not assignable to type 'string | null'.
build
Type '{ blurOnEnterKeyDown: boolean; onInput: (event: TargetedEvent<HTMLInputElement, Event>) => void; value: string; variant: "border"; }' is not assignable to type 'IntrinsicAttributes & Omit<MixinHTMLElementAttributes<HTMLInputElement, TextboxProps>, "ref"> & { ...; } & Readonly<...>'.
build
Type '{ blurOnEnterKeyDown: boolean; onInput: (event: TargetedEvent<HTMLInputElement, Event>) => void; value: string; }' is not assignable to type 'IntrinsicAttributes & Omit<MixinHTMLElementAttributes<HTMLInputElement, TextboxProps>, "ref"> & { ...; } & Readonly<...>'.
build
Type '{ blurOnEnterKeyDown: boolean; onInput: (event: TargetedEvent<HTMLInputElement, Event>) => void; value: string; variant: "underline"; }' is not assignable to type 'IntrinsicAttributes & Omit<MixinHTMLElementAttributes<HTMLInputElement, TextboxProps>, "ref"> & { ...; } & Readonly<...>'.