Skip to content

feat: Add @chainlit/components #1001

feat: Add @chainlit/components

feat: Add @chainlit/components #1001

Triggered via pull request September 5, 2023 09:18
Status Failure
Total duration 4m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Matrix: tests / ci
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
tests / ci (windows-latest)
Process completed with exit code 1.
tests / ci (ubuntu-latest)
The job was canceled because "windows-latest" failed.
tests / ci (ubuntu-latest)
The operation was canceled.
tests / ci (windows-latest)
Failed to download action 'https://api.github.com/repos/pnpm/action-setup/zipball/0b715c7ebbf3cf2174d1386336c5f6d3d8d5504a'. Error: Response status code does not indicate success: 500 (Internal Server Error).
tests / ci (windows-latest)
Back off 24.399 seconds before retry.
tests / ci (ubuntu-latest): frontend/src/App.tsx#L41
React Hook useEffect has missing dependencies: 'role' and 'setRole'. Either include them or remove the dependency array
tests / ci (ubuntu-latest): frontend/src/App.tsx#L60
React Hook useEffect has a missing dependency: 'logout'. Either include it or remove the dependency array
tests / ci (ubuntu-latest): frontend/src/AppWrapper.tsx#L29
React Hook useEffect has missing dependencies: 'setAppSettings' and 'setPSettings'. Either include them or remove the dependency array
tests / ci (ubuntu-latest): frontend/src/components/atoms/actionsList.tsx#L37
React Hook useCallback has a missing dependency: 'action'. Either include it or remove the dependency array
tests / ci (ubuntu-latest): frontend/src/components/atoms/authProvider.tsx#L11
Fast refresh can't handle anonymous components. Add a name to your export
tests / ci (ubuntu-latest): frontend/src/components/atoms/element/text.tsx#L36
React Hook useEffect has a missing dependency: 'fetching'. Either include it or remove the dependency array
tests / ci (ubuntu-latest): frontend/src/components/atoms/element/view.tsx#L23
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
tests / ci (ubuntu-latest): frontend/src/components/organisms/chat/index.tsx#L76
React Hook useCallback has missing dependencies: 'setChatHistory' and 'setMessages'. Either include them or remove the dependency array
tests / ci (ubuntu-latest): frontend/src/components/organisms/chat/index.tsx#L95
React Hook useCallback has a missing dependency: 'setMessages'. Either include it or remove the dependency array
tests / ci (ubuntu-latest): frontend/src/components/organisms/chat/inputBox/input.tsx#L63
React Hook useCallback has a missing dependency: 'onReply'. Either include it or remove the dependency array. If 'onReply' changes too often, find the parent component that defines it and wrap that definition in useCallback