We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3075e commit 3f56babCopy full SHA for 3f56bab
packages/confidant-chat-ui/src/ChatMessages.tsx
@@ -23,7 +23,7 @@ interface ChatMessagesProps {
23
copyLabel?: string
24
copiedLabel?: string
25
/** Ref for a sentinel div rendered at the end of the list (inside the scroll area) for scroll-into-view. */
26
- scrollAnchorRef?: RefObject<HTMLDivElement | null>
+ scrollAnchorRef?: RefObject<HTMLDivElement>
27
}
28
29
export function ChatMessages({
0 commit comments