asantibanez / livewire-calendar

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

Pulling in LivewireCalendar breaks Jetstream Livewire components #8

Closed mitchtechs closed 3 years ago

mitchtechs commented 3 years ago

Hi there,

This is a hobby for me and infact, the first issue i've ever submitted on any public repo before, although i have tested this back and forth a few times.

System Versions (all at time of writing) OS: MacOS using Valet Laravel: Latest Livewire: Latest

Replication

Thoughts The error displayed in my app was different, it couldn't locate the declared Livewire Components from the jetstream package, although an error is still thrown with a fresh install Although i'm not confident enough to make a Pull Request here, i have dismantled the package and made it local (out of the vendor DIR and with no ServiceProvider etc. and it all plays nicely.

Screenshot jet-livewire-test livewire calendar breaking jetstream

Hope this is of some help to you!

jbajou commented 3 years ago

same issue with a fresh install

core45 commented 3 years ago

Same here. After installing on fresh Laravel 8 I get this: Livewire\Exceptions\ComponentNotFoundException Unable to find component: [navigation-menu]

asantibanez commented 3 years ago

This should be fixed in 2.1.0.

Thanks for your interest in the package!