darkdog Hey! Adding @props to a component breaks the extension. For example: @props([ 'title' => '', 'metaDescription' => '', ]) <x-base.html class="dark"> <x-base.head :$title :$metaDescription>
JakubMisek darkdog, thank you. May I ask how it breaks the extension? Which of the following feature is broken: formatting completion colorization completing variables inside blade file completing variables inside component class validation and problems