build(deps): bump react-markdown from 9.0.1 to 10.1.0 #511
Annotations
5 errors and 8 warnings
|
TypeScript
Process completed with exit code 1.
|
|
TypeScript
@openassistantgpt/ui#type-check: command (/home/runner/work/chatbot-sdk/chatbot-sdk/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run type-check exited (1)
|
|
TypeScript
Property 'className' does not exist on type 'Readonly<Readonly<Options>>'.
|
|
TypeScript
Property 'className' does not exist on type 'Readonly<Readonly<Options>>'.
|
|
TypeScript
Type '{ children: string; className: string; remarkPlugins: (((options?: Options | null | undefined) => undefined) | ((options?: Readonly<ToOptions> | null | undefined) => undefined))[]; components: { ...; }; }' is not assignable to type 'IntrinsicAttributes & Options'.
|
|
ESLint:
packages/ui/components/chat.tsx#L242
React Hook useCallback has a missing dependency: 'uploadFile'. Either include it or remove the dependency array
|
|
ESLint:
packages/ui/components/chat.tsx#L150
React Hook useEffect has missing dependencies: 'handleInputChange' and 'input'. Either include them or remove the dependency array
|
|
ESLint:
packages/ui/components/chat.tsx#L141
React Hook useEffect has a missing dependency: 'onMessagesChange'. Either include it or remove the dependency array. If 'onMessagesChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
ESLint:
packages/ui/components/chat.tsx#L135
React Hook useEffect has a missing dependency: 'onThreadIdChange'. Either include it or remove the dependency array. If 'onThreadIdChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
ESLint:
packages/ui/components/chat.tsx#L129
React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array
|
|
ESLint:
packages/ui/components/chat-message.tsx#L101
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
|
|
ESLint:
packages/react/src/use-assistant.ts#L98
React Hook useEffect has missing dependencies: 'currentThreadId' and 'localStorageName'. Either include them or remove the dependency array
|
|
ESLint:
packages/react/src/use-assistant.ts#L88
React Hook useEffect has a missing dependency: 'localStorageName'. Either include it or remove the dependency array
|