Flashing light mode on page refresh in panel

After the latest update I noticed that some elements flash with light mode on a page refresh. I'm not using SPA mode, and I'm currently on "System Theme" but it acts the same on Dark. On Light it does not flash dark. Anyone else got this behaviour?
Solution:
Can you please try v3.2.140, @adevade? I don't encounter flickers on that release, do you?
Jump to solution
4 Replies
Dan Harrin
Dan Harrin3mo ago
It's because of a Livewire update that broke dark mode in https://github.com/livewire/livewire/pull/9149
GitHub
Add navigate support for replacing html attributes by joshhanley · ...
The scenario Currently if you use wire:navigate and change to a different page, the new pages <html> element attributes are not added and the old ones aren't cleaned up. This ...
Dan Harrin
Dan Harrin3mo ago
I contacted Josh to ask how best to fix the flicker
Solution
Dan Harrin
Dan Harrin3mo ago
Can you please try v3.2.140, @adevade? I don't encounter flickers on that release, do you?
adevade
adevadeOP3mo ago
@Dan Harrin Seems to be working with the new release! Nice work, thank you very much! 💛

Did you find this page helpful?