<livewire:forms.address
:addressId="$customer->residenceAddress?->getKey()"
:customerId="$customerId"
:formKey="$formKey"
type="Residence"
wire:key="{{ $formKey }}"
/>

Notice that the question mark in the addressId attribute breaks syntax highlighting for the remainder of the file.