Skip to content

Merge pull request #6 from rebeccaalpert/panel #120

Merge pull request #6 from rebeccaalpert/panel

Merge pull request #6 from rebeccaalpert/panel #120

Triggered via push November 11, 2024 22:05
Status Success
Total duration 39s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Lint
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/
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L45
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L53
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/Compare/CompareChild.tsx#L107
React Hook React.useEffect has missing dependencies: 'handleSend' and 'input'. Either include them or remove the dependency array
Lint: src/app/Compare/CompareLayout.tsx#L70
React Hook React.useEffect has missing dependencies: 'assistants', 'chatbots', and 'navigate'. Either include them or remove the dependency array