Upgrade figspec #147
check-pushes.yml
on: push
Check code format and TypeScript types
46s
Annotations
5 errors
|
Check code format and TypeScript types
Process completed with exit code 2.
|
|
Check code format and TypeScript types
Property 'apiResponse' is missing in type '{ link?: string | null | undefined; renderedImage: string | null; nodes: unknown; css: SerializedStyles; }' but required in type 'Pick<FigspecFrameViewer, "apiResponse" | "renderedImage">'.
|
|
Check code format and TypeScript types
Property 'apiResponse' is missing in type '{ link?: string | null | undefined; renderedImages: Record<string, string> | null; documentNode: unknown; css: SerializedStyles; }' but required in type 'Pick<FigspecFileViewer, "apiResponse" | "renderedImages">'.
|
|
Check code format and TypeScript types
Type '"link" | "renderedImage" | "nodes"' does not satisfy the constraint '"link" | "className" | "style" | "id" | "apiResponse" | "preferences" | "renderedImage" | keyof FigspecFrameViewerEvents'.
|
|
Check code format and TypeScript types
Type '"link" | "renderedImages" | "documentNode"' does not satisfy the constraint '"link" | "className" | "style" | "id" | "apiResponse" | "renderedImages" | "preferences" | keyof FigspecFileViewerEvents'.
|