* You can use a custom element type for this component's inner link.
*/
linkAs:PropTypes.elementType,
/**
* `title` attribute for the inner `a` element
*/
...
...
@@ -37,7 +41,18 @@ const defaultProps = {
constBreadcrumbItem=React.forwardRef(
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595