Property [$isCachingForms] not found on component
Inside a widget I get "Property [$isCachingForms] not found on component".
https://flareapp.io/share/w5BngJX5
I'm confused, because I can't find this in the documentation.
Flare
Property [$isCachingForms] not found on component: [app.filament.resources.customer-resource.widgets.invoices] - The error occurred at http://localhost/customers/1
4 Replies
Have you tried adding
public $isCachingForms;
to your widget?I'm getting the same error when I'm trying to upgrade a component to v3.
https://flareapp.io/share/qm1YB11m
Flare
Property [$isCachingForms] not found on component: [systems] - The error occurred at https://controllerio.test/
Flare
Method App\Livewire\Systems::hasCachedForm does not exist. - The error occurred at https://controllerio.test/
I needed to do the following: