Skip to content

Fix image component and excalidraw components. #9

Fix image component and excalidraw components.

Fix image component and excalidraw components. #9

Triggered via push March 24, 2024 00:10
Status Failure
Total duration 46s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (21.x): src/Kalliope/Plugins/CodeActionMenuPlugin/index.tsx#L167
Type 'import("/home/runner/work/kalliope/kalliope/node_modules/@types/react-dom/node_modules/@types/react/index").ReactPortal' is not assignable to type 'React.ReactPortal'.
build (21.x): src/Kalliope/Plugins/DraggableBlockPlugin/index.tsx#L409
Type 'import("/home/runner/work/kalliope/kalliope/node_modules/@types/react-dom/node_modules/@types/react/index").ReactPortal' is not assignable to type 'React.ReactPortal'.
build (21.x): src/Kalliope/Plugins/Emoji/EmojiPickerPlugin.tsx#L136
Type 'ReactPortal | null' is not assignable to type 'Element | ReactPortal | null'.
build (21.x): src/Kalliope/Plugins/FloatingLinkEditorPlugin/index.tsx#L343
Type 'ReactPortal' is not assignable to type 'Element'.
build (21.x): src/Kalliope/Plugins/Mentions/MentionsPlugin.tsx#L110
Type 'ReactPortal | null' is not assignable to type 'Element | ReactPortal | null'.
build (21.x): src/Kalliope/Plugins/TableActionMenuPlugin.tsx#L677
'TableActionMenu' cannot be used as a JSX component.
build (21.x): src/Kalliope/Plugins/TableActionMenuPlugin.tsx#L699
Type 'import("/home/runner/work/kalliope/kalliope/node_modules/@types/react-dom/node_modules/@types/react/index").ReactPortal' is not assignable to type 'React.ReactPortal'.
build (21.x): src/Kalliope/Plugins/TableCellResizer/index.tsx#L410
Type 'import("/home/runner/work/kalliope/kalliope/node_modules/@types/react-dom/node_modules/@types/react/index").ReactPortal | null' is not assignable to type 'React.ReactPortal | null'.
build (21.x): src/stories/EditorComposer.stories.tsx#L757
'SketchPicker' cannot be used as a JSX component.
build (21.x): src/stories/EditorComposer.stories.tsx#L764
'SketchPicker' cannot be used as a JSX component.
build (21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.