Expected Behavior
When I implement the breadcrumbs into a livewire full page component according to the documentation, it should keep its trail upon component update.
Actual Behavior
After a full page component update, the breadcrumb trail is removed except for home.
Steps to Reproduce the Problem
After the page is loaded, change the sorting order using the dropdown. After the new order is applied, all items except for the home item get removed from the breadcrumbs.
Specifications
App runs inside laravel sail container.
Expected Behavior
When I implement the breadcrumbs into a livewire full page component according to the documentation, it should keep its trail upon component update.
Actual Behavior
After a full page component update, the breadcrumb trail is removed except for home.
Steps to Reproduce the Problem
After the page is loaded, change the sorting order using the dropdown. After the new order is applied, all items except for the home item get removed from the breadcrumbs.
Specifications
App runs inside laravel sail container.