feat: add FiraCode Nerd Font and custom font (TTF) support #57
Annotations
10 warnings
|
Lint:
src/renderer/hooks/use-codemirror.ts#L224
React Hook useEffect has missing dependencies: 'containerRef' and 'options.content'. Either include them or remove the dependency array
|
|
Lint:
src/renderer/hooks/use-blocknote.ts#L55
React Hook useEffect has missing dependencies: 'editor' and 'options.initialMarkdown'. Either include them or remove the dependency array
|
|
Lint:
src/renderer/components/ui/navigation-menu.tsx#L111
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/renderer/components/ui/form.tsx#L159
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/renderer/components/terminal/TauriTerminal.tsx#L202
The ref value 'containerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'containerRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Lint:
src/renderer/components/terminal/ConnectedTerminal.tsx#L670
The ref value 'instanceIdRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'instanceIdRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Lint:
src/renderer/components/editor/EditorPanel.tsx#L49
React Hook useCallback has missing dependencies: 'fileState' and 'setViewMode'. Either include them or remove the dependency array
|
|
Lint:
src/renderer/components/editor/EditorPanel.tsx#L42
React Hook useCallback has a missing dependency: 'updateScrollTop'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/components/editor/EditorPanel.tsx#L35
React Hook useCallback has a missing dependency: 'updateCursorPosition'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/components/editor/EditorPanel.tsx#L28
React Hook useCallback has a missing dependency: 'updateContent'. Either include it or remove the dependency array
|
Loading