Skip to content

feat(view): add a HOC that adds floating actions to code blocks #3198

feat(view): add a HOC that adds floating actions to code blocks

feat(view): add a HOC that adds floating actions to code blocks #3198

Triggered via pull request February 13, 2026 17:36
Status Success
Total duration 58s
Artifacts

ci.yml

on: pull_request
Verify Files
54s
Verify Files
Tests
34s
Tests
Check Circular Dependencies
17s
Check Circular Dependencies
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Verify Files: src/bundle/Editor.ts#L74
@internal should be empty
Verify Files: src/bundle/Editor.ts#L43
Unexpected any. Specify a different type
Verify Files: demo/stories/editor-in-editor/EditorInEditorExtension/index.tsx#L37
'EditorInEditorNodeView' was used before it was defined
Verify Files: demo/stories/editor-in-editor/EditorInEditor.tsx#L43
React Hook useEffect has a missing dependency: 'editor._wysiwygView'. Either include it or remove the dependency array
Verify Files: demo/hooks/useYfmHtmlBlockStyles.ts#L25
Assignment to property of function parameter 'acc'
Verify Files: demo/components/SplitModePreview.tsx#L78
React Hook useMemo has a missing dependency: 'disableMarkdownItAttrs'. Either include it or remove the dependency array
Verify Files: demo/components/Playground.tsx#L346
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
Verify Files: demo/components/Playground.tsx#L176
'logger' is already declared in the upper scope on line 28 column 5
Verify Files: demo/components/Playground.tsx#L156
'directiveSyntax' is already declared in the upper scope on line 141 column 9
Verify Files: demo/components/Playground.tsx#L89
Unexpected any. Specify a different type