36864
Livewire encountered corrupt data when trying to hydrate a component.
I've finally managed to reproduce locally. It appears to only happen when the client's balance is equal to 0. Apparently it doesn't like to parse negative 0. Working around that fixes the issue. Thanks for looking into this!
7 replies
Duplicate queries using bulk action
There are still duplicate queries for just fetching the selected entries though.
This one query is repeated 5 times when opening the bulk action form. Culprit seems to be
Conerns/CanSelectRecords
. Is there any way this can be cached for the request?5 replies