Skip to content

[Formatting Bug]: operator incorrectly formatted #314

@thoriqalhakim01

Description

@thoriqalhakim01

Version

1.15.3

Template before formatting

<flux:navlist variant="outline">
    <flux:navlist.group heading="Platform" class="grid">
        <flux:navlist.item icon="home" :href="route('user.dashboard')"
            :current="request()->routeIs('user.dashboard')" wire:navigate>
            User Dashboard
        </flux:navlist.item>
    </flux:navlist.group>
</flux:navlist>

Template after formatting

<flux:navlist variant="outline">
    <flux:navlist.group heading="Platform" class="grid">
        <flux:navlist.item icon="home" :href="route('user.dashboard')"
            :current="request() - > routeIs('user.dashboard')" wire:navigate>
            User Dashboard
        </flux:navlist.item>
    </flux:navlist.group>
</flux:navlist>

Expected Behaviour

<flux:navlist variant="outline">
<flux:navlist.group heading="Platform" class="grid">
<flux:navlist.item icon="home" :href="route('user.dashboard')"
:current="request()->routeIs('user.dashboard')" wire:navigate>
User Dashboard
</flux:navlist.item>
</flux:navlist.group>
</flux:navlist>

Relevant log output

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions