Property [$infolist] not found on component
I'm encountering an error: Property [$infolist] not found on component: [app.filament.admin.resources.campaign-resource.widgets.campaign-details-widget]. I updated the view path to ...pages..., but the error still references the ...widgets... view.
My code:
In filament.admin.resources.campaign-resource.pages.campaign-details-widget:
Any ideas on how to fix this?
4 Replies
I've tried all the solutions from the provided link, but I'm still getting the error described in my post. Do you have any other suggestions?
please share the whole code on gist
please try:
public function infolist(Schema $schema): Schema
{
return $schema
->record($this->record)
->schema([
//
]);
}