EditTenantProfile. Editing and saving work fine, but I need to warn the user if they don't save their changes before leaving, as there are a dozen fields there. At the moment, the user can leave without warning. As far as I understood from a discussion about warnings on pages, this issue was resolved with this solution https://github.com/filamentphp/filament/issues/9992, but somehow, it doesn't work for me. Any help is appreciated. Thanks. Running on Filament v3.2.62.EditCompanyProfile file (which extends EditTenantProfile), I added use HasUnsavedDataChangesAlert; (\Filament\Pages\Concerns\HasUnsavedDataChangesAlert).protected static string $view = 'filament.pages.tenancy.edit-tenant-profile';<x-filament-panels::page.unsaved-data-changes-alert /> before the </x-filament-panels::page>.