Skip to content

Publish

Publish #7

Manually triggered January 22, 2026 14:57
Status Success
Total duration 1m 26s
Artifacts

publish.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Publish: src/bundle/Editor.ts#L74
@internal should be empty
Publish: src/bundle/Editor.ts#L43
Unexpected any. Specify a different type
Publish: demo/stories/editor-in-editor/EditorInEditorExtension/index.tsx#L37
'EditorInEditorNodeView' was used before it was defined
Publish: 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
Publish: demo/hooks/useYfmHtmlBlockStyles.ts#L25
Assignment to property of function parameter 'acc'
Publish: demo/components/SplitModePreview.tsx#L78
React Hook useMemo has a missing dependency: 'disableMarkdownItAttrs'. Either include it or remove the dependency array
Publish: demo/components/Playground.tsx#L345
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
Publish: demo/components/Playground.tsx#L176
'logger' is already declared in the upper scope on line 28 column 5
Publish: demo/components/Playground.tsx#L156
'directiveSyntax' is already declared in the upper scope on line 141 column 9
Publish: demo/components/Playground.tsx#L89
Unexpected any. Specify a different type