-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
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
Livewire component not found after initial setup #135
Comments
LW3 uses |
so what the solution ? |
I have the same problem |
The package will need to be updated to accommodate for Livewire 3's new namespace, https://livewire.laravel.com/docs/upgrading#new-class-namespace A work around for this at the moment is to configure Livewire to use the old Namespace,
This should sort any issues you're having, tested on a clean project. |
Yep. I just used the livewire upgrade command: |
Someone has a PR open (#132) but the tests are failing, if anyone fancies trying to fix it then I will merge their PR |
@jamie-brown thanks, that work for me! |
I went through the upgrade steps and now authentication functionality has gone. |
Fixed by #132. |
Just did the initial setup of the tall stack with auth but i keep getting component not found. Everything is connected and the db is set up and working. Cannot figure out why its not working, I haven't added any code etc just connected to the database.
Stack trace below for error
https://flareapp.io/share/pPvMXJ9m#context-livewire-component
The text was updated successfully, but these errors were encountered: