AntV wrote a comment+100 XP
3mos ago
So, for Volt class full pages, we should change Volt::route(...) to Route::livewire(...) and it will work fine?
I understand that not changing anything is also a viable solution, but I'd like to (attempt to) keep the codebase clean and fresh if possible.
TBH I went through the documentation for v4 and I am not sure why volt::create --class is still an option. From my understanding livewire v4 (structure wise) is the same thing.