Error: "Property [$] not found on component: [app.filament.resources...]"
Hi everyone,
I've been encountering a recurring issue with FilamentPHP in my Laravel project. Every day, I notice multiple errors being logged in Sentry with the following message: "Property [$] not found on component: [app.filament.resources...]". It's important to note that this error is internal and not related to my own code, as it occurs in different resources within FilamentPHP.
the error continues to appear consistently. I believe this issue might be a bug within FilamentPHP.
Has anyone else experienced a similar problem with FilamentPHP ? If so, I would greatly appreciate any insights or potential workarounds you may have discovered.
Laravel version: 9.x
FilamentPHP version: 2.x
PHP version: 8.2
Here is a full sentry debug log:
https://sentry.hamravesh.com/share/issue/798ccc78dc82436386170ae3207a5f1d/
Sentry
Livewire\Exceptions\PropertyNotFoundException: Property [$] not fou...
Property [$] not found on component: [app.filament.resources.pool-resource.pages.list-advisor-pool] Livewire\Exceptions\PropertyNotFoundException /vendor/livewire/livewire/src/Component.php Livewire\Component::__get False livewire.message
1 Reply
Personally, haven't see that error or heard of any one else reporting it.