Skip to content

Commit 7cc81e6

Browse files
committed
fix property value type
1 parent c3ee50b commit 7cc81e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Chat/ChatContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface ChatContentProps extends React.HTMLAttributes<HTMLDivElement>,
3737
* If set then the chat bubble only grows to a height of 50% of the viewport.
3838
* In case you need to set other maximum heights then use the `style` property directly.
3939
*/
40-
limitHeight?: React.ReactChild;
40+
limitHeight?: boolean;
4141
/**
4242
* If given then the content is automatically parsed and displayed by our `<Markdown />` component.
4343
* `children` need to a `string` then, otherwise it cannot be parsed.

0 commit comments

Comments
 (0)