feat: Add @chainlit/components #1006
Annotations
10 errors and 10 warnings
|
|
|
|
|
|
|
|
|
|
frontend/src/App.tsx#L41
React Hook useEffect has missing dependencies: 'role' and 'setRole'. Either include them or remove the dependency array
|
frontend/src/App.tsx#L60
React Hook useEffect has a missing dependency: 'logout'. Either include it or remove the dependency array
|
frontend/src/AppWrapper.tsx#L29
React Hook useEffect has missing dependencies: 'setAppSettings' and 'setPSettings'. Either include them or remove the dependency array
|
frontend/src/components/atoms/actionsList.tsx#L37
React Hook useCallback has a missing dependency: 'action'. Either include it or remove the dependency array
|
frontend/src/components/atoms/authProvider.tsx#L11
Fast refresh can't handle anonymous components. Add a name to your export
|
frontend/src/components/atoms/element/text.tsx#L36
React Hook useEffect has a missing dependency: 'fetching'. Either include it or remove the dependency array
|
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
|
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
|
frontend/src/components/organisms/chat/index.tsx#L95
React Hook useCallback has a missing dependency: 'setMessages'. Either include it or remove the dependency array
|
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
|
The logs for this run have expired and are no longer available.
Loading