mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
Wrap isEditable in useMemo to help React Compiler track its stability and preserve memoization for callbacks that depend on it. Also replace Record<string, any> with Record<string, unknown> to satisfy no-explicit-any. |
||
|---|---|---|
| .. | ||
| editor | ||
| file-tree | ||
| hooks | ||
| utils | ||
| editor-area.tsx | ||
| editor-body.tsx | ||
| editor-tab-item.tsx | ||
| editor-tabs.tsx | ||
| main.tsx | ||
| sidebar-search-add.tsx | ||
| sidebar.tsx | ||
| skill-doc-editor.tsx | ||
| skill-page-layout.tsx | ||
| type.ts | ||