We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to render the components in Livewire, I throws:
syntax error, unexpected 'endif' (T_ENDIF), expecting end of file (View: /home/user/laravel/vendor/asantibanez/laravel-blade-sortable/resources/views/components/sortable-item.blade.php)
Livewire: 2.3.17 Laravel: 7.30.4
After further inspection, when I remove the <x-dynamic-component/> in the component's blade views, it was able to render properly.
<x-dynamic-component/>
<x-dynamic-component/> wasn't introduced until Laravel 8.x.
Maybe considering removing illuminate/support ^7.x in the composer.json
illuminate/support ^7.x
composer.json
The text was updated successfully, but these errors were encountered:
Same problem. Is it possible to publish blade template for remove <x-dynamic-component/> ?
Thanks
Sorry, something went wrong.
No branches or pull requests
When trying to render the components in Livewire, I throws:
Livewire: 2.3.17
Laravel: 7.30.4
After further inspection, when I remove the
<x-dynamic-component/>
in the component's blade views, it was able to render properly.<x-dynamic-component/>
wasn't introduced until Laravel 8.x.Maybe considering removing
illuminate/support ^7.x
in thecomposer.json
The text was updated successfully, but these errors were encountered: