Stillat / blade-parser-typescript

A Laravel Blade parser, compiler, and static analyzer written in TypeScript.
https://stillat.com
MIT License
90 stars 3 forks source link

`{{ $attributes }}` removed #22

Closed zepfietje closed 1 year ago

zepfietje commented 1 year ago

Input

<x-filament::avatar
    :src="filament()->getTenantAvatarUrl($tenant)"
    {{ $attributes }}
/>

Output

<x-filament::avatar :src="filament()->getTenantAvatarUrl($tenant)" />

Would expect input to remain unchanged.

JohnathonKoster commented 1 year ago

This bug has been corrected in 1.1.6