Livewire 3 Naming Conflicts

Livewire properties cannot have the same name as Livewire methods, otherwise the component will not work properly.

You will see that you have issues when this is happening, simply doing a search between the Livewire class and its view for all method names will identify any conflicts.