filamentTable not defined after V4 Upgrade

After following the upgrade guide, I'm getting this error in console. Some things aren't working like bulk actions.
livewire.js?id=df3a17f2:1123 Alpine Expression Error: filamentTable is not defined

Expression: "filamentTable({
canTrackDeselectedRecords: true,
currentSelectionLivewireProperty: null,
maxSelectableRecords: null,
selectsCurrentPageOnly: false,
$wire,
})"
livewire.js?id=df3a17f2:1123 Alpine Expression Error: filamentTable is not defined

Expression: "filamentTable({
canTrackDeselectedRecords: true,
currentSelectionLivewireProperty: null,
maxSelectableRecords: null,
selectsCurrentPageOnly: false,
$wire,
})"
I know Alpine is installed because I can access it the console and it returns version 3.14.9 and other Alpine-powered elements are working (e.g. tabs) I'm using the Minimal Theme, but I get this error with or without the custom theme.
5 Replies
Dan Harrin
Dan Harrin2mo ago
Make sure filament:upgrade is run and your browser cache is clear, seems like out of date assets to me
neil.keena
neil.keenaOP2mo ago
Thanks that to fixed it
Dan Harrin
Dan Harrin2mo ago
which part?
neil.keena
neil.keenaOP2mo ago
Both steps were necessary
Dan Harrin
Dan Harrin2mo ago
first step should be in your composer.json script, is it not?

Did you find this page helpful?