Skip to content

Commit

Permalink
Remove passing component to as prop
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed May 9, 2022
1 parent ab70c2d commit f1e0f35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-joy/src/Breadcrumbs/Breadcrumbs.tsx
Expand Up @@ -195,7 +195,6 @@ const Breadcrumbs = React.forwardRef(function Breadcrumbs(inProps, ref) {
return (
<BreadcrumbsRoot
ref={ref}
as={component}
className={clsx(classes.root, className)}
ownerState={ownerState}
{...other}
Expand Down

0 comments on commit f1e0f35

Please sign in to comment.