We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ee50b commit 7cc81e6Copy full SHA for 7cc81e6
1 file changed
src/components/Chat/ChatContent.tsx
@@ -37,7 +37,7 @@ export interface ChatContentProps extends React.HTMLAttributes<HTMLDivElement>,
37
* If set then the chat bubble only grows to a height of 50% of the viewport.
38
* In case you need to set other maximum heights then use the `style` property directly.
39
*/
40
- limitHeight?: React.ReactChild;
+ limitHeight?: boolean;
41
/**
42
* If given then the content is automatically parsed and displayed by our `<Markdown />` component.
43
* `children` need to a `string` then, otherwise it cannot be parsed.
0 commit comments