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
Even though #32009 and #32030 mention that this is fixed, it isn't.
When running php artisan make:component Namespace/Subcomponent the generated render() function returns view('components.test') as opposed to view('components.namespace.test'). The blade file is created in the correct location "resources/views/components/namespace/test.blade.php".
I am attempting a PR for this against the 7.x branch.
###Steps to reproduce php artisan make:component Namespace/Test