We're returning an array, but the breadcrumb template is expecting the array to be an array of Breadcrumb objects. It fails when trying to render $item->label.
|
return [ |
|
Breadcrumbs_Controller::BREADCRUMBS => $this->response, |
|
Breadcrumbs_Controller::MAIN_CLASSES => [ 'u-sep-arrow' ], |
|
]; |