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]: Livewire parameters broken after format #944

Closed
donnyxray opened this issue Oct 10, 2024 · 5 comments · Fixed by #943
Closed

[Formatting Bug]: Livewire parameters broken after format #944

donnyxray opened this issue Oct 10, 2024 · 5 comments · Fixed by #943
Assignees
Labels
bug Something isn't working

Comments

@donnyxray
Copy link

Version

1.41.0

Template before formatting

<flux:table :paginate="$this->accounts">
...
</flux:table>

Template after formatting

<flux:table :paginate="$this - > accounts">
...
</flux:table>

Expected Behaviour

The arrow should be left as is, not broken into pieces.

Relevant log output

No response

@donnyxray donnyxray added the bug Something isn't working label Oct 10, 2024
@tvarwig
Copy link

tvarwig commented Oct 11, 2024

Having Same issue

@RayGuo-ergou
Copy link
Contributor

I have created a PR for it: #943

@haniramadhan-kkp
Copy link

I'm experiencing the same issue when using Flux. Hopefully, this can be resolved soon.
Thank you!

@ferremek
Copy link

Also experiencing this issue! Anyone know how I can use this Blade Formatter without breaking the Livewire components?

@tvarwig
Copy link

tvarwig commented Nov 13, 2024

#943

There is a open PR that @RayGuo-ergou did but the maintainer @shufo hasn't looked into it yet. I might fork it with the PR. It has been over a month.

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

Successfully merging a pull request may close this issue.

6 participants