kineticamobile / lumki

Laravel 8 Users Management. Add-on to Jetstream, using spatie/laravel-permissions & lab404/laravel-impersonate
Other
75 stars 26 forks source link

Unable to locate a class or view for component [jet-welcome]. #19

Open lsmith77 opened 6 months ago

lsmith77 commented 6 months ago

https://github.com/kineticamobile/lumki/blob/main/resources/views/dashboard.blade.php#L11

In Jetstream 4.x the jet- prefix is removed from all the components: https://github.com/laravel/jetstream/blob/4.x/UPGRADE.md#views

Maybe either remove the reference to this component from the template or update it to <x-welcome>