Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Formatting Bug]: operator incorrectly formatted #314

Open
odense3 opened this issue Feb 25, 2025 · 0 comments
Open

[Formatting Bug]: operator incorrectly formatted #314

odense3 opened this issue Feb 25, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@odense3
Copy link

odense3 commented Feb 25, 2025

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

@odense3 odense3 added the bug Something isn't working label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants