-
-
Notifications
You must be signed in to change notification settings - Fork 2
Breadcrumb trail removed after calling livewire method via blade #11
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- Full Page Component: https://github.com/marcoluzi/lingua-vault/blob/a9144d78512de299bdb6e561f063f3c5216c629a/app/Livewire/Pages/Lessons.php
- Full Page View: https://github.com/marcoluzi/lingua-vault/blob/a9144d78512de299bdb6e561f063f3c5216c629a/resources/views/livewire/pages/lessons.blade.php
- Page Header Component: https://github.com/marcoluzi/lingua-vault/blob/a9144d78512de299bdb6e561f063f3c5216c629a/app/Livewire/Components/PageHeader.php
- Page Header View: https://github.com/marcoluzi/lingua-vault/blob/a9144d78512de299bdb6e561f063f3c5216c629a/resources/views/livewire/components/page-header.blade.php
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working