Skip to content

doesn't play nice with Breadcrumb #141

@TrejGun

Description

@TrejGun

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions