If anyone comes across this later (since this thread comes up first on search), also check your route.
I had Route::view from before I was using the Livewire component directly in the route. When I switched some of my routes to using a Livewire component, some of them I forgot to change Route::view to Route::get
Literally spent 30 minutes trying to figure out what the problem was LOL