deprecations
Tabuna\Breadcrumbs\BreadcrumbsComponent::__construct(): Implicitly marking parameter $active as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/tabuna/breadcrumbs/src/BreadcrumbsComponent.php on line 46 Tabuna\Breadcrumbs\Crumb::__construct(): Implicitly marking parameter $url as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/tabuna/breadcrumbs/src/Crumb.php on line 33
should be ?string $url = null instead of string $url = null
It seems like you're using an older version of the package. Recently, this pull request was added: https://github.com/tabuna/breadcrumbs/pull/43, and it was included in version 4.2.1. Try updating! 😊