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
I followed the documentation https://laravel.com/docs/12.x/blade#anonymous-component-paths for registering components with a namespace, but the extension only detects them if I use a single colon. However, when I use a single colon, Laravel throws this error: Unable to locate a class or view for component [namespace_test:button]. It works only if i use double colon.