laravel-html-min icon indicating copy to clipboard operation
laravel-html-min copied to clipboard

[Bug]: LiveWire hydrate

Open Skinka opened this issue 1 year ago • 2 comments

Is the bug applicable and reproducible to the latest version of the package and hasn't it been reported before?

  • [X] Yes, it's still reproducible

What version of Package are you using?

0.2.0

What version of Laravel are you using?

9.52

What version of PHP are you using?

8.2

Describe your issue

I has error when livewire component is updating

Livewire encountered corrupt data when trying to hydrate the [video-page] component. Ensure that the [name, id, data] of the Livewire component wasn't tampered with between requests.

if I turn off middleware then my component work fine

How can the issue be reproduced?

I installed last version of component when I can and turn on middleware and update livewire component

What should be the expected behaviour?

It should work )

Skinka avatar Sep 14 '23 17:09 Skinka