New Profile Photo Disables Form

I have a new app made with Laravel 8 Jetstream Livewire.

I have modified the config.jetstream file to enable the profilePhotos() feature.

The Select New Photo button is present and it works as expected. I can select a photo and it does create the change the image on the form to reflect the photo selected.

This is when the error occurs.

The Save button is then grayed out. The hover still changes it to a pointer but it is unresponsive for submitting the form. If I make any changes to the other fields it will not save them either. The photo that was selected can’t be saved.

Thanks for any help you can offer.