(Ready for review) Import and Export Individual Chats #303
Annotations
6 errors
Test:
app/components/chat/BaseChat.tsx#L307
Type '(() => void) | undefined' is not assignable to type '() => void'.
|
Test:
app/components/chat/BaseChat.tsx#L347
'error' is of type 'unknown'.
|
Test:
app/components/chat/Chat.client.tsx#L40
Type '{ description: string | undefined; initialMessages: Message[]; exportChat: (id?: string | undefined) => Promise<void>; storeMessageHistory: (messages: Message[]) => Promise<...>; importChat: (description: string, messages: Message[]) => Promise<...>; }' is not assignable to type 'IntrinsicAttributes & ChatProps'.
|
Test:
app/components/chat/Chat.client.tsx#L86
Property 'description' does not exist on type 'ChatProps'.
|
Test:
app/lib/persistence/useChatHistory.ts#L134
'error' is of type 'unknown'.
|
Test
Process completed with exit code 2.
|