build(deps): bump eslint-plugin-react from 7.34.1 to 7.34.4 #17
Annotations
5 warnings
The following actions uses Node.js version which is deprecated 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/
|
packages/react/src/use-assistant.ts#L82
React Hook useEffect has a missing dependency: 'localStorageName'. Either include it or remove the dependency array
|
packages/react/src/use-assistant.ts#L92
React Hook useEffect has missing dependencies: 'currentThreadId' and 'localStorageName'. Either include them or remove the dependency array
|
packages/ui/components/chat-message.tsx#L74
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
packages/ui/components/chat.tsx#L116
React Hook useEffect has missing dependencies: 'defaultMessage', 'handleInputChange', and 'input'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading