Closed vorban closed 1 year ago
Quick update - somehow we missed a detail on the first <button>
:
<button class="m-2.5 h-5 w-5 scale-125 cursor-pointer p-1" data-tippy-content="Modifier la prestation"
:class="isHovered && !currently_dragging ? 'opacity-100 delay-50' : 'opacity-0 delay-0'"x-data="{ tippyInstance: null }" x-init="tippyInstance = window.tippy($root)" x-on:click="tippyInstance.hide(); $dispatch('open-prestation-modal', {{ $task->id }})">
@include('svg.misc.tag')
</button>
x-data
is joined with the previous "
without spacing.
Adding a space completely fixes the issue.
If this is intended behaviour, this issue can be closed, and I apologize for the mishaps.
Thanks @vorban for reporting the issue. This is not intended behaviour, so I'll look for into it.
Fixed at https://github.com/shufo/blade-formatter/releases/tag/v1.38.5 Fixed at v0.23.4 on vscode-blade-formatter
Version
1.38.4
Template before formatting
edit: i pasted the wrong clipboard, sorry.
Template after formatting
Expected Behaviour
The code above is not correctly formatted anymore.
This issue was noticed when we updated vscode-blade-formatter this morning to 0.23.3, which bumps your package from 1.38.3 to 1.38.4.
Behaviour was reproduced with a fresh install of 1.38.4 through
npm i -g
per your documentation, the diff output is attached.Relevant log output