feat: streaming markdown parsing #85
Annotations
6 errors
|
build (20.x)
Process completed with exit code 2.
|
|
build (20.x):
src/hooks/useConversation.ts#L73
Property 'isComplete' does not exist on type 'Message | StreamingMessage'.
|
|
build (20.x):
src/components/__tests__/ChatMessage.test.tsx#L47
Type '{ message$: Observable<Message>; conversationId: string; }' is missing the following properties from type 'Props': previousMessage$, nextMessage$
|
|
build (20.x):
src/components/__tests__/ChatMessage.test.tsx#L35
Type '{ message$: Observable<Message>; conversationId: string; }' is missing the following properties from type 'Props': previousMessage$, nextMessage$
|
|
build (20.x):
src/components/__tests__/ChatMessage.test.tsx#L24
Type '{ message$: Observable<Message>; conversationId: string; }' is missing the following properties from type 'Props': previousMessage$, nextMessage$
|
|
build (20.x):
src/components/ConversationContent.tsx#L181
Type '(ObservableObjectFunctions<((Message | StreamingMessage) & NullablePropsIf<Pick<NonNullable<Message | StreamingMessage | undefined>, never>, true>) | undefined> & ObservableChildren<...> & ObservableFunctionChildren<...>) | undefined' is not assignable to type 'Observable<Message | undefined>'.
|