https://github.com/livewire/livewire/releases/tag/v4.0.0-beta.5
Livewire.interceptMessage() または this.intercept() を使用している場合、アクションとコンポーネントへのアクセス方法が変更されました。message オブジェクト経由でアクセスする必要があります。
Livewire.interceptMessage()
this.intercept()
message
action.method が action.name に変更されました。
action.method
action.name