Skip to content

feat(RichTextEditor): integrate Image plugin #8968

feat(RichTextEditor): integrate Image plugin

feat(RichTextEditor): integrate Image plugin #8968

Triggered via pull request July 17, 2023 12:47
Status Failure
Total duration 12m 49s
Artifacts

pr.yaml

on: pull_request
Build Picasso docker image
5m 38s
Build Picasso docker image
Integration Tests  /  Build packages
4m 55s
Integration Tests / Build packages
Deploy Picasso docs
6m 35s
Deploy Picasso docs
Matrix: Integration Tests / Run Integration Tests
Storybook Visual Tests
0s
Storybook Visual Tests
Integration Tests  /  Finalize Integration Tests
1m 13s
Integration Tests / Finalize Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors
PR Checks: packages/picasso-rich-text-editor/src/RichText/story/Default.example.tsx#L37
Type '"p"' is not assignable to type '"img"'.
PR Checks: packages/picasso-rich-text-editor/src/RichText/story/Default.example.tsx#L38
Property 'src' is missing in type '{}' but required in type '{ src: string; alt?: string | undefined; }'.
PR Checks: packages/picasso-rich-text-editor/src/RichText/story/Default.example.tsx#L39
Type '{ type: "element"; tagName: "img"; properties: { src: string; }; }[]' is not assignable to type '[]'.
PR Checks: packages/picasso-rich-text-editor/src/RichText/story/HTML.example.tsx#L70
Type '"p"' is not assignable to type '"img"'.
PR Checks: packages/picasso-rich-text-editor/src/RichText/story/HTML.example.tsx#L71
Property 'src' is missing in type '{}' but required in type '{ src: string; alt?: string | undefined; }'.
PR Checks: packages/picasso-rich-text-editor/src/RichText/story/HTML.example.tsx#L72
Type '{ type: "element"; tagName: "img"; properties: { src: string; alt: string; }; }[]' is not assignable to type '[]'.
PR Checks
Process completed with exit code 2.