Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Hynixo's avatar

Filament 3.3 ->replaceMountedAction throws Uncaught TypeError: Cannot read properties of undefined (reading 'dispatchEvent'). Any workarounds?

"filament/filament": "^3.3", "laravel/framework": "^12.0",

I'm trying to fire another action after a first action is finished. I did everything according to the docs, and there's a JS error after clicking the button with an action: Uncaught TypeError: Cannot read properties of undefined (reading 'dispatchEvent'). Are there any known workarounds? Seems like an issue with filament.

I was following: (Chaining actions section) https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component

The code:

0 likes
0 replies

Please or to participate in this conversation.