I created a ListRecords with a parameter in route and my widgets don't work, they don't see param

This is my route in the DriverResource file 'stat' => Pages\StatDrivers::route('/{record}/statistics'), If I use a static value, the widgets work: $this->driverId = 14; But when I get the value through $this->driverId = request()->route('record'); widgets are not work I added full code to GitHub because Discord has a 2000 character limit. https://github.com/filamentphp/filament/discussions/15885
GitHub
I created a ListRecords with a parameter in route and my widgets do...
Package Panel builder Package Version 3.3.0 How can we help you? This is my route in the driverresource file 'stat' => Pages\StatDrivers::route('/{record}/statistics'), If I use ...
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?