fix(tauri): handle non-UTF-8 paths in default_data_folder_path #7577
Annotations
10 warnings
|
Linter and test:
web-app/src/containers/dialogs/ImportVisionModelDialog.tsx#L144
React Hook useCallback has an unnecessary dependency: 'modelName'. Either exclude it or remove the dependency array
|
|
Linter and test:
web-app/src/containers/ModelDownloadAction.tsx#L71
React Hook useCallback has unnecessary dependencies: 'model.model_name' and 'navigate'. Either exclude them or remove the dependency array
|
|
Linter and test:
web-app/src/containers/MlxModelDownloadAction.tsx#L158
React Hook useCallback has a missing dependency: 'modelName'. Either include it or remove the dependency array
|
|
Linter and test:
web-app/src/containers/ChatInput.tsx#L872
The 'processImageFiles' function makes the dependencies of useCallback Hook (at line 1117) change on every render. To fix this, wrap the definition of 'processImageFiles' in its own useCallback() Hook
|
|
Linter and test:
web-app/src/components/ui/sidebar.tsx#L858
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Linter and test:
web-app/src/components/ui/sidebar.tsx#L168
React Hook React.useMemo has a missing dependency: 'setWidth'. Either include it or remove the dependency array
|
|
Linter and test:
web-app/src/components/ui/button.tsx#L64
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Linter and test:
web-app/src/components/ui/button-group.tsx#L82
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Linter and test:
web-app/src/components/ai-elements/tool.tsx#L31
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Linter and test:
web-app/src/components/ai-elements/reasoning.tsx#L106
React Hook useMemo has a missing dependency: 'setIsOpen'. Either include it or remove the dependency array
|
Loading