Skip to content

Focus input on mount #113

Focus input on mount

Focus input on mount #113

Triggered via pull request October 29, 2024 01:59
Status Success
Total duration 58s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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