-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Description
Hi!
I have found a small issue
<Breadcrumb>{this.props.routes.map((item, i) =>
<LinkContainer key={i} to={item.path}>
<BreadcrumbItem>
{item.component.displayName}
</BreadcrumbItem>
</LinkContainer>
)}</Breadcrumb>
this code shows warning in console
Warning: [react-bootstrap] `href` and `active` properties cannot be set at the same time
and all links are inactive
also can you please add this example to visual tests
Metadata
Metadata
Assignees
Labels
No labels