How to render JSON in an Infolists?
I was reading the documentation and came across a KeyValueEntry field, however, my laravel application is complaining saying that KeyValueEntry doesn't exist within Filament\Infolists\Components
Here's the code I'm dealing with currently
8 Replies
https://filamentphp.com/docs/3.x/infolists/entries/key-value
Probably filament version. Is it updated?
Updated yes, did as was told in #✅┊rules
php artisan about --only=Filament
what is the filament version?I thought any 3.x was fine
Docs are for lates releases, not a particular one.
Understood, thank you!