react-print-pdf icon indicating copy to clipboard operation
react-print-pdf copied to clipboard

Wrong type for Markdown children

Open homj opened this issue 1 year ago • 1 comments

When using the Markdown Component, my tests fail with this error:

This JSX tag's 'children' prop expects type 'string' which requires multiple children, but only a single child was provided.

55                     <Markdown options={markdownOptions}>{description}</Markdown>

homj avatar Sep 12 '24 08:09 homj