asantibanez / livewire-calendar

Laravel Livewire component to show Events in a good looking monthly calendar
MIT License
897 stars 235 forks source link

getting `Unable to find component: [profile.update-profile-information-form]` #12

Closed sathio closed 3 years ago

sathio commented 3 years ago

Hi, as soon as I install your package i get this error, any idea what might be wrong?

it's in vendor/livewire/livewire/src/LivewireManager.php:53

if I remove your package it's fixed immediately, so I suppose it's doing something wrong

sathio commented 3 years ago

so, looks like this repo is dead

asantibanez commented 3 years ago

Hi @sathio

profile.update-profile-information-form is not part of livewire-calendar. Please check your other Livewire components.

Hope it helps.