79733156

Date: 2025-08-12 12:16:26
Score: 1
Natty:
Report link

Livewire 3 used named arguments now. Please read the documentation for upgrade.
this code will not work now

this.$dispatch('openModal', event.detail);

use this instead

this.$dispatch('openModal', event: event.detail);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user31260963