Actions
Bug #31546
closedcant use customBreadcrumbs in pagelayout
Description
When trying to pass a component to customBreadctumbs while using pageLayout there is an error as it's trying to render an object `{customBreadctumbs: your_component_here}` instead the component itself
```
Uncaught Invariant Violation: Objects are not valid as a React child (found: object with keys {customBreadcrumbs}). If you meant to render a collection of children, use an array instead.
in div (created by PageLayout)
in div (created by PageLayout)
in div (created by PageLayout)
in PageLayout (created by AuditsPage)
```
Updated by Maria Agaphontzev almost 4 years ago
- Subject changed from cant use customBreadctumbs in pagelayout to cant use customBreadcrumbs in pagelayout
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8217 added
Updated by Maria Agaphontzev almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|3080f72363cc4a2f6d08512bc47bb16b5b816ebb.
Actions