Open homj opened 2 months ago
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>
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>
When using the Markdown Component, my tests fail with this error: