feat!: markdown-editor@15 #1885
Annotations
10 warnings
Lint Files:
demo/components/Playground.tsx#L42
Unexpected console statement
|
Lint Files:
demo/components/Playground.tsx#L90
Unexpected console statement
|
Lint Files:
demo/components/Playground.tsx#L91
Unexpected console statement
|
Lint Files:
demo/components/Playground.tsx#L134
'directiveSyntax' is already declared in the upper scope on line 122 column 9
|
Lint Files:
demo/components/Playground.tsx#L262
Unexpected console statement
|
Lint Files:
demo/components/Playground.tsx#L266
Unexpected console statement
|
Lint Files:
demo/components/Playground.tsx#L269
Unexpected console statement
|
Lint Files:
demo/components/Playground.tsx#L289
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
|
Lint Files:
demo/components/SplitModePreview.tsx#L58
React Hook useMemo has an unnecessary dependency: 'theme'. Either exclude it or remove the dependency array
|
Lint Files:
demo/hooks/useYfmHtmlBlockStyles.ts#L25
Assignment to property of function parameter 'acc'
|
Loading