dynamic actions in table cause visual bug that forces a refresh
I'm not sure why, but after I use a switch the page just wents dark (due to darkmode I guess) but I can't do anything anymore, I have to refresh the whole page. I already tried to refresh the assets, upgrade, clear cache, restart everything, using another browser etc., I just don't understand the issue, because there is also nothing logged. Is there something I miss here?
The action itself works without issues, the db entry is updated after the click
3 Replies
same with the table search, that only affects the table somehow
it seems that every dynamic operation causes this bug
Solution
Make sure you are on the latest filament version.
I thought I'm already on the latest, its a fresh installation, weird. But after running
composer require filament/filament:"^3.2" -W
again it upgraded few things and well, it works, sorry again (my latest post was also kinda stupid) and thank you!