Jun 17, 2025
3
Level 63
Conflict between Livewire and Pulse ?
Hello,
I have a full Livewire application and I have added Pulse.
Here is my problem.
Step 1 : I log in, I navigate to some pages, all works fine.
Step 2 : I go to the monitoring (pulse) page, all works fine.
Step 3 : I go back to another page and I click on a link, I get an error.
TypeError: Livewire.navigate is not a function
This error comes from this code.
<x-ui.table.tbody-tr class="cursor-pointer" x-on:click="Livewire.navigate('/students/{{ $session->student_id }}')">
Do you know any conflict between Livewire and Pulse ?
Thanks for your help.
V
Please or to participate in this conversation.