I found a solution in the discord chat, but it not definitive
Update your composer.json to require v3.5.12
"livewire/livewire": "3.5.12"
And run a composer update for livewire
composer update livewire/livewire
Once you’re back on v3.5.12, everything will be okay.
PS: This is not a definitive