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
Looking at a Component file, Livewire component more specifically, it triggers a "View not found" in the Problems area. There is a corresponding @stack('scripts') in the parent component.
Error seen:
index.blade.php resources/views/livewire/asubdirectory
(warning triangle) View [scripts] not found. Laravel Extension(view) [Ln 134, Col 12]
So, 2 issues: 1) it's looking for a corresponding View instead of a @stack 2) it's not really missing. At a minimum, it shouldn't be labeled as View-related... right?
Extension Version
0.1.14
PHP Binary
Local PHP
Operating System
Linux
What happened?
Looking at a Component file, Livewire component more specifically, it triggers a "View not found" in the Problems area. There is a corresponding
@stack('scripts')
in the parent component.Error seen:
So, 2 issues: 1) it's looking for a corresponding View instead of a
@stack
2) it's not really missing. At a minimum, it shouldn't be labeled as View-related... right?Mimimal Code Sample
The text was updated successfully, but these errors were encountered: