@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Minor internal tweak to handle `classnames` update
|
||||
@@ -351,7 +351,7 @@ export const WorkaroundNavLink = React.forwardRef<
|
||||
aria-current={ariaCurrent}
|
||||
style={{ ...style, ...(isActive ? activeStyle : undefined) }}
|
||||
className={classnames([
|
||||
className,
|
||||
typeof className !== 'function' ? className : undefined,
|
||||
isActive ? activeClassName : undefined,
|
||||
])}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user