laravel-widgetize icon indicating copy to clipboard operation
laravel-widgetize copied to clipboard

component directive bug

Open alikhosravidev opened this issue 2 years ago • 1 comments

Hello,

my test component : image

my test view: image

and result: image this exception throw when i use widgetize version 2.2 in version 1.9 there is no similar problem.

my test projects: image

alikhosravidev avatar May 12 '22 01:05 alikhosravidev

Hi You should use component's new syntax. because widgetize slot has conflict with old syntax.

https://laravel.com/docs/8.x/blade#slots

iya30n avatar Sep 21 '22 20:09 iya30n