renatomarinho / laravel-page-speed

Package to optimize your site automatically which results in a 35%+ optimization
MIT License
2.4k stars 275 forks source link

Livewire not working well with this package. #165

Open Tijanieneye10 opened 2 years ago

Tijanieneye10 commented 2 years ago

Detailed description

After installing this package and following the setup process diligently, my livewire stopped working. When I checked my console on the browser, it shows livewire is undefined.

robertsheacole commented 2 years ago

I'm having the same issue. Alpine also doesn't play nice. Lots of undefined things.

rlidev commented 2 years ago

same issue

hizone commented 2 years ago

Same too

rlidev commented 2 years ago

I decided to uninstall due to its incompatibility with livewire and install this one -> https://github.com/abordage/laravel-html-min

Cheers

amine01993 commented 1 year ago

I had this error Livewire: Multiple root elements detected

Islamshawon71 commented 1 year ago

@amine01993 check the blade component and wrap with a div. it will remove multiple root elements error

masouddamirii commented 1 year ago

same here