Skip to content

Highlighting breaks on PHP 8.0 null-safe operator. #2

@mikebronner

Description

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

Screen Shot 2022-03-12 at 11 08 22 AM

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions