You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PageHeaderTitle component doesn't expect ouiaId as a property. Not sure whether this is a bug, or rather a missing feature, it will be good to be able to set a custom ouiaId to this component -- the same way PF components behave (this was a reason to abandon the component and use the PF Title instead).
@gkarat The component extends the TitleProps from PF. We do not pass the rest of the props to the title component anyway. So we have to fix both of these things.
PageHeaderTitle
component doesn't expect ouiaId as a property. Not sure whether this is a bug, or rather a missing feature, it will be good to be able to set a custom ouiaId to this component -- the same way PF components behave (this was a reason to abandon the component and use the PF Title instead).frontend-components/packages/components/src/PageHeader/PageHeaderTitle.tsx
Line 16 in b53c745
The text was updated successfully, but these errors were encountered: