Skip to content

feat: add Breadcrumb component #9

feat: add Breadcrumb component

feat: add Breadcrumb component #9

Re-run triggered January 15, 2024 07:24
Status Failure
Total duration 44s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test: src/MonacoEditor/demos/playground/DiffEditor2.tsx#L8
Type '{ value: string; height: string; width: string; wordWrap: string; readOnly: boolean; lineNumbers: string; contextmenu: boolean; minimapEnabled: boolean; language: string; theme: string; enableOutline: boolean; supportFullScreen: boolean; original: string; inlineView: string; }' is not assignable to type 'MonacoDiffEditorProps'.
test: src/MonacoEditor/demos/playground/index.tsx#L6
Type '{ height: string; width: string; readOnly: boolean; contextmenu: boolean; minimapEnabled: boolean; enableOutline: boolean; supportFullScreen: boolean; value: string; wordWrap: string; lineNumbers: string; language: string; theme: string; }' is not assignable to type 'MonacoEditorProps'.
test
Process completed with exit code 2.