Paul
Is anyone having livewire 3.5.13 issues? Black splash screen.
Solved by running:
composer clearcache
Removed /vendor/filament/
form Laravel folder.
Ran: composer require filament/filament -W
Then I also upgraded to the latest livewire version. My guess is that the composer clearcache
sorted it.21 replies
Is anyone having livewire 3.5.13 issues? Black splash screen.
The "black screen" are lots and lots of modals that are sent from Livewire after clicking the pagination (method
gotoPage
). Trying to debug this too. Downgrading versions did not help in my case. Example of Livewire response: https://pastebin.com/raw/65y7Kr4M21 replies