Bug with PHP gzip (gzdeflate)

Hello:

I don’t know where I can post bug reports. If I store a public variable value, using gzdeflate (to compress values in PHP), Livewire’s view component add an empty " wire:initial-data=’ ’ ", firing a Javascript/JSON error in browser.

I’m using last Livewire version (26-10-2020)

Livewire is usually adding this attribute to the root element of the rendered output.
It seems that you are doing something wrong there.
Maybe sharing some code might help.

1 Like