RelationManager table action not working

In a RelationManager, the following action works as a header action, but not as a row action. Clicking on it triggers a quick spinner and nothing happens. There isn't any messages in the console. Any idea of what would be the cause or how to debug this? Thanks!
Tables\Actions\Action::make('foo')
    ->action(fn() => dd('foo')),
Was this page helpful?