Issue with livewire/alpinejs + third party libraries

When using third party libraries, I use alpine js features with livewire features just like in the docs

wire:model.debounce.2000ms="description"

$dispatch('input', data);

Looks like it does not work in some browsers, in this case safari

you can see a working demo at

Try it in chrome and it works
Try it in safari and it does not work

Related issue: https://github.com/livewire/livewire/pull/1226#issuecomment-666876637

And what exactly is not working for you?

I tried your example in Safari and it updates as it should.

Wow it looks like it is working now. Which is weird
I could re-reproduce de issue just by opening the inspector somewhere in the page, (that is just me trying to reproduce the error), an user reported it without any “tricks”

Demo

via GIPHY

:man_shrugging:t2: