Skip to content

chore(rich-text-editor)!: Rename value to defaultValue #99

chore(rich-text-editor)!: Rename value to defaultValue

chore(rich-text-editor)!: Rename value to defaultValue #99

Triggered via push September 12, 2023 04:09
Status Failure
Total duration 3m 33s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 errors
eslint: packages/rich-text-editor/src/RichTextEditor/RichTextEditor.tsx#L24
'X' is defined but never used. Allowed unused vars must match /^_/u
eslint
Process completed with exit code 1.
typescript: packages/rich-text-editor/docs/EditableRichTextContent.stories.tsx#L63
Type '{ labelText: string; controls: ({ name: "bold"; group: string; } | { name: "italic"; group: string; } | { name: "underline"; group: string; } | { name: "orderedList"; group: string; } | { name: "bulletList"; group: string; } | { ...; })[]; value: EditorContentArray; onChange: (content: EditorState) => void; }' is not assignable to type 'IntrinsicAttributes & RichTextEditorProps'.
typescript: packages/rich-text-editor/docs/RichTextEditor.stories.tsx#L35
Type '{ suppressHydrationWarning?: boolean | undefined; color?: string | undefined; id?: string | undefined; lang?: string | undefined; style?: CSSProperties | undefined; ... 268 more ...; onChange: (content: EditorState) => void; }' is not assignable to type 'IntrinsicAttributes & RichTextEditorProps'.
typescript: packages/rich-text-editor/docs/RichTextEditor.stories.tsx#L63
Type '{ suppressHydrationWarning?: boolean | undefined; color?: string | undefined; id?: string | undefined; lang?: string | undefined; style?: CSSProperties | undefined; ... 268 more ...; onChange: (content: EditorState) => void; }' is not assignable to type 'IntrinsicAttributes & RichTextEditorProps'.
typescript: packages/rich-text-editor/docs/RichTextEditor.stories.tsx#L92
Type '{ suppressHydrationWarning?: boolean | undefined; color?: string | undefined; id?: string | undefined; lang?: string | undefined; style?: CSSProperties | undefined; ... 268 more ...; onChange: (content: EditorState) => void; }' is not assignable to type 'IntrinsicAttributes & RichTextEditorProps'.
typescript: packages/rich-text-editor/docs/RichTextEditor.stories.tsx#L124
Type '{ suppressHydrationWarning?: boolean | undefined; color?: string | undefined; id?: string | undefined; lang?: string | undefined; style?: CSSProperties | undefined; ... 268 more ...; onChange: (content: EditorState) => void; }' is not assignable to type 'IntrinsicAttributes & RichTextEditorProps'.
typescript: packages/rich-text-editor/docs/RichTextEditor.stories.tsx#L131
Type '{ suppressHydrationWarning?: boolean | undefined; color?: string | undefined; id?: string | undefined; lang?: string | undefined; style?: CSSProperties | undefined; ... 268 more ...; onChange: (content: EditorState) => void; }' is not assignable to type 'IntrinsicAttributes & RichTextEditorProps'.
typescript: packages/rich-text-editor/src/RichTextEditor/RichTextEditor.spec.tsx#L22
Property 'value' does not exist on type 'RichTextEditorProps'.
typescript: packages/rich-text-editor/src/RichTextEditor/RichTextEditor.spec.tsx#L37
Type '{ suppressHydrationWarning?: boolean | undefined; color?: string | undefined; id?: string | undefined; lang?: string | undefined; style?: CSSProperties | undefined; ... 268 more ...; onChange: (content: EditorState) => void; }' is not assignable to type 'IntrinsicAttributes & RichTextEditorProps'.
typescript: packages/rich-text-editor/src/RichTextEditor/RichTextEditor.spec.tsx#L46
Property 'defaultValue' is missing in type '{}' but required in type 'Omit<RichTextEditorProps, "aria-labelledby" | "onChange" | "value">'.
typescript: packages/rich-text-editor/src/RichTextEditor/RichTextEditor.spec.tsx#L55
Property 'defaultValue' is missing in type '{}' but required in type 'Omit<RichTextEditorProps, "aria-labelledby" | "onChange" | "value">'.
jest-react-18
Process completed with exit code 1.
jest-react-16
Process completed with exit code 1.
jest-react-17
Process completed with exit code 1.