All Modal closing error on V3 after last update

Version 3 ( v3.3.45)
When closing (by saving on action method), this result on this error in console :
Alpine Expression Error: undefined

Expression: "if (!$event.detail?.id?.startsWith('pcW25DmjmOcjzNqyTgyn-')) {
                    return
                }

                const mountedActionShouldOpenModal = true


                if (! mountedActionShouldOpenModal) {
                    return
                }

                if ($wire.mountedFormComponentActions.length) {
                    return
                }

                $wire.unmountAction(false, false)"

 
<div class="relative grid min-h-full…rows-[1fr_auto_3fr] p-4" x-ref="modalContainer" x-on:click.self="\n                      …)\n                    " wire:key="pcW25DmjmOcjzNqyTgyn.actions.edit.modal" x-on:closed-form-component-action-modal.window="if (($event.detail.id ==…dActions.length) open()" x-on:modal-closed.stop="if (!$event.detail?.id?.…untAction(false, false)" x-on:opened-form-component-action-modal.window="if ($event.detail.id ===…jmOcjzNqyTgyn') close()">
Was this page helpful?