We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fragment
Hey there!
Actually, passing the Fragment component like this doesn't seems to work:
<Markdown content={content} components={{ // ..., Fragment, Tabs, }} />
In a MD:
<Fragment slot="tab-1">Tab 1</Fragment>
Fragment is skipped Using a real elem. like div fixes this. However named slots are not supported. The default one are working well.
div
EDIT: Ok, I've done some test, and passing Fragment is effective, it's the named slots which are the culprit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there!
Actually, passing the Fragment component like this doesn't seems to work:
In a MD:
Fragment is skipped
Using a real elem. like
div
fixes this.However named slots are not supported. The default one are working well.
EDIT:
Ok, I've done some test, and passing Fragment is effective, it's the named slots which are the culprit.
The text was updated successfully, but these errors were encountered: