hasCombinedRelationManagerTabsWithContent bug
I think there's a bug when using this method :
public function hasCombinedRelationManagerTabsWithContent(): bool
{
return true;
}
Error :
Uncaught Component not found: kAjilF4w0pFUtHnU1pR1
8 Replies
No one is using it may confirm ? :squint:
I'm using it fine on multiple resources.
Thanks Kane, this is really strange ! some resources works fine, and some need to refresh the page to work !
you both might be not on the same filament version that's why for one works for other not
I'm on v3.2.115
@Kane G version?
@BKF Dev Yeah Im running the same version and it's working for me.
Laravel: v11.25.0
Livewire: v3.5.6
Same issue :/
Finally I got the problem -.-' !
I've created a custom form component using custom livewire page, and called it using :
Livewire::make(MyComponent::class)
So I decided to create a custom form field and everything works fine π
Thanks all π