Ui/feat/updated-custom-oauth-app-create-workflow #136
Annotations
6 warnings
lint:
ui/admin/app/components/knowledge/AgentKnowledgePanel.tsx#L261
React Hook useEffect has a missing dependency: 'notionSource?.state'. Either include it or remove the dependency array
|
lint:
ui/admin/app/components/knowledge/AgentKnowledgePanel.tsx#L283
React Hook useEffect has a missing dependency: 'onedriveSource?.state'. Either include it or remove the dependency array
|
lint:
ui/admin/app/components/knowledge/AgentKnowledgePanel.tsx#L305
React Hook useEffect has a missing dependency: 'websiteSource?.state'. Either include it or remove the dependency array
|
lint:
ui/admin/app/components/knowledge/AgentKnowledgePanel.tsx#L308
Assignments to the 'notionSource' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
lint:
ui/admin/app/components/knowledge/AgentKnowledgePanel.tsx#L319
Assignments to the 'onedriveSource' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
lint:
ui/admin/app/components/knowledge/AgentKnowledgePanel.tsx#L332
Assignments to the 'websiteSource' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|