You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
Volt Version
1.6.6
Laravel Version
11.37.0
PHP Version
8.3.13
Database Driver & Version
No response
Description
When using Volt's full-page component within Blade section directive I cannot get
$wire
to work in JavaScript as it can't find current component.Steps To Reproduce
resources/views/layouts/bare.blade.php
resources/views/livewire/email.blade.php
routes/web.php
Because our alpine component is within blade's
@section
directive, it cannot find current Livewire component.The text was updated successfully, but these errors were encountered: