feat: add Breadcrumb component #9
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.
|