FIlament Bulk Delete causes this.$refs.modalContainer is undefined

Watch attached video: Trying to delete record or records causes this error and I have no idea why this.$refs.modalContainer is undefined. The modal for approving deletion gets triggered in background, you can see it, but something falls off and I have no idea where to even begin with this.
8 Replies
Dennis Koch
Dennis Koch2d ago
Any other errors? Is this a normal ListPage?
lukaveck1
lukaveck1OP2d ago
Yes, normal list page. No other errors.
lukaveck1
lukaveck1OP2d ago
Same happens on other list with normal delete:
Dennis Koch
Dennis Koch2d ago
Are you on the latest version? Did you publish some views?
lukaveck1
lukaveck1OP2d ago
No description
lukaveck1
lukaveck1OP2d ago
I'm not sure what happened, first this thing was on GitHub (works perfectly), then my manager moved it to GitLab and added some docker stuff and cert, now I've done cloned project from GitLab, composer install, npm install,.. and while everything looks to work the same, this is the first bug that I've found. I'll compare this info with project on github,
Dennis Koch
Dennis Koch2d ago
Did you run php artisan filament:upgrade or is it part of the composer scripts?
lukaveck1
lukaveck1OP2d ago
Must be part of composer scripts, I didn't run it manually. When I go to Edit page and delete the record it fires modal for approval correctly and everything works as normal. So the problem is only on a list.

Did you find this page helpful?