filament console issue

Kindly provide suggestion to solve the console error. search and bulk delete functionality is not working . Please find attachment.
No description
6 Replies
Sandeep
Sandeep6mo ago
Hey @Sourabh I also getting same error
DrByte
DrByte6mo ago
Please provide the output of php artisan about on the server/PC where this is occurring. We need to know what it says, especially about Filament and Livewire, but the entire output is meaningful to try to help you. Also, please provide example code to recreate the problem, or explain which steps can be taken with the live Filament Demo app to recreate the problem. This will help verify whether it is related to your environment or to Livewire/Filament. It's really hard to help without any details.
Sandeep
Sandeep6mo ago
Yes, got the root cause, which is due to widget issue, now checking for the same. @Sourabh You can check for the same, where you using widgets, try to comment it and refresh the page, your console will be clear
Sourabh
Sourabh6mo ago
@DrByte I have checked widgets in the demo app and do the things according to that but still I am facing issue for the same . can you please help me for this . Please find the link. https://flareapp.io/share/KPg9wge5
Flare
Cannot assign null to property App\Filament\App\Resources\RequestReviewResource\Widgets\RequestReviewOverview::$tableColumnSearches of type array - The error occurred at http://127.0.0.1:8000/app/request-reviews
Sourabh
Sourabh6mo ago
No description
DrByte
DrByte6mo ago
The Flare page shows that you have an error in your app: Cannot assign null to property App\Filament\App\Resources\RequestReviewResource\Widgets\RequestReviewOverview::$tableColumnSearches of type array Why is it setting $tableColumnSearches to null in your widget?