feat: New Setting UI. #677
Annotations
4 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run lint:
src/components/chat-components/ChatSingleMessage.tsx#L108
React Hook useEffect has a missing dependency: 'preprocess'. Either include it or remove the dependency array
|
Run npm run lint:
src/contexts/TabContext.tsx#L21
React Hook useEffect has a missing dependency: 'modalContainer'. Either include it or remove the dependency array
|
Run npm run lint:
src/settings/v2/components/ApiKeyDialog.tsx#L65
React Hook useEffect has missing dependencies: 'unverifiedKeys' and 'updateSetting'. Either include them or remove the dependency array. If 'updateSetting' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading