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
When rendering optional Breadcrumbs elements caret is rendered between non-rendered elements
<Breadcrumbs className=""icon={<Icon type="caret-right" />}> <Breadcrumbs.Breadcrumb> Projects </Breadcrumbs.Breadcrumb> {isCondition1 && ( <Breadcrumbs.Breadcrumb> Offices </Breadcrumbs.Breadcrumb> )} {isCondition2 && ( <Breadcrumbs.Breadcrumb> Members </Breadcrumbs.Breadcrumb> )} </Breadcrumbs>
The text was updated successfully, but these errors were encountered:
#241 Fix bug when Breadcrumbs icon is rendered between non-rendered e…
f64c977
…lements
d385ea8
LukaFilipovic99
No branches or pull requests
Basic information
Bug description
When rendering optional Breadcrumbs elements caret is rendered between non-rendered elements
Steps to reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: