Has anyone here actually gotten the Livewire/Volt example on Bootcamp to work?
The "edit" portion is throwing an error for me. The link is here: https://bootcamp.laravel.com/livewire/editing-chirps
The error is "Cannot assign App\Models\Chirp to property Livewire\Volt\Component@anonymous::$chirp of type Chirp".
Thought I may have just typed something wrong, but I still get the error if I copy and paste the code from the guide. The template seems to be unable to recognize the "Chirp" model class.
Tagging with "laravel internals" because there's no livewire tag.