Closed nerisonpitogo closed 2 days ago
I doubt this is something Flux can fix. What formatter are you using? And have you reached out to them? As somehow it does not recognize Flux as a Blade component. I assume you do not have this issue with other Blade components?
I have "format on save" enabled in my vscode and I want it to keep this way. However when using flux, the code is altered during formatting.
ex. Working code.
But during save (pressing ctrl + s), the code becomes.
Notice the spaces in
$user - > status_color
which causes error.