livewire / volt

Volt is an elegantly crafted functional API for Livewire.
https://livewire.laravel.com/docs/volt
MIT License
327 stars 19 forks source link

[1.x] Fixes already defined `with` #35

Closed nunomaduro closed 1 year ago

nunomaduro commented 1 year ago

Occasionally, especially now when using the 'route' helper, multiple Volt blade views may be included to grab Folio's definitions when those blade views are also pages. So, we need to be prepared to be tolerant and assume that the blade view may be included multiple times.