hackgvl / hackgreenville-com

HackGreenville's Website
https://hackgreenville.com
MIT License
16 stars 15 forks source link

Bump Livewire to fix intermittent issues finding compiled Blade views #245

Closed JSn1nj4 closed 1 month ago

JSn1nj4 commented 1 month ago

@allella reported an error popping up in production that seemed to be related to the bug described in this PR.

Basically, Livewire occasionally had some issues locating the correct compiled Blade view for a given component instance. This isn't causing any visual regressions so far (at least, that we've been made aware of), but it is adding a lot of noise to the error logs.

The fix in this Livewire version should solve this issue.