Focus input on mount #113
Annotations
4 warnings
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check:
src/components/chat-view/Chat.tsx#L142
React Hook useEffect has a missing dependency: 'inputMessage.id'. Either include it or remove the dependency array
|
check:
src/utils/llm/ollama.ts#L33
Do not delete dynamically computed property keys
|
check:
src/utils/vector-db/repository.ts#L172
'embedding' is assigned a value but never used
|