79734929

Date: 2025-08-14 04:05:02
Score: 1
Natty:
Report link

make sure your alpine.js is not load twice. if you are using livewire version 3 you dont need to load alpine anywhere else.

you can check your livewire version in composer.json. in my case its look like this

{
    "require": {
        "livewire/livewire": "^3.6.4",
    },
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: eater