Bulk action error after updating

Hi, I updated filament from v3.2.135 to v3.3.7 and now the bulk actions in tables have errors. When I select a record, the bulk actions don't appears and shows this error on the browser console:
Uncaught ReferenceError: selectedRecords is not defined
at [Alpine] selectedRecords (eval at safeAsyncFunction (livewire.js?id=fcf8c2ad:1174:21), <anonymous>:3:32)
at livewire.js?id=fcf8c2ad:1196:23
at tryCatch (livewire.js?id=fcf8c2ad:1116:14)
at getValue (livewire.js?id=fcf8c2ad:3353:7)
at livewire.js?id=fcf8c2ad:3377:48
at HTMLInputElement.handler4 (livewire.js?id=fcf8c2ad:3183:27)
Uncaught ReferenceError: selectedRecords is not defined
at [Alpine] selectedRecords (eval at safeAsyncFunction (livewire.js?id=fcf8c2ad:1174:21), <anonymous>:3:32)
at livewire.js?id=fcf8c2ad:1196:23
at tryCatch (livewire.js?id=fcf8c2ad:1116:14)
at getValue (livewire.js?id=fcf8c2ad:3353:7)
at livewire.js?id=fcf8c2ad:3377:48
at HTMLInputElement.handler4 (livewire.js?id=fcf8c2ad:3183:27)
1 Reply
toeknee
toeknee23h ago
cleared cache? and run npm run build also ensure php-fpm is restarted

Did you find this page helpful?