Create tenant page breaks if we have a custom profile page
Need to see the EditTeamProfile code, it looks like your custom edit profile tenant page misconfigured the route, make sure you extend the correct class here Filament\Pages\Tenancy\EditTenantProfile
Modal action unexpectedly reset some livewire props value on custom page
Hey Dan! it's solved now. I'm using the livewire listeners to do that. Thanks for your response!
->after(fn ($livewire) => $livewire->emitSelf('shouldLoadItems'))
Modal action unexpectedly reset some livewire props value on custom page
Thanks for quick response Dan!
I was also tried using ->after(fn ($livewire) => $livewire->loadItems()). It loads the items for a second but then it got reset again