Same issue here, yarn watch is even triggering triple events for me. In production everything is fine. Any ideas?
Jul 23, 2021
3
Level 5
Jetstream + InertiaJS event triggered several times
Hi all,
Im using @laravelphp + JetStream & @inertiajs, I have used JetStream with livewire on the past, is my first time using Inertiajs.
On a clean install laravel new app --jet I add a single counter on the Vue view to test, on a click action the event is triggered several times when yarn watch is running and this is annoying.
The production build is working as expect, one event per click, but on watch the events are been triggered several times.
Not sure if is a mix or inertiajs or jetstream issue.
Any ideas?
Please or to participate in this conversation.