asantibanez / livewire-calendar

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

Add directive in boot() #6

Closed barryvdh closed 3 years ago

barryvdh commented 4 years ago

Similar to https://github.com/asantibanez/livewire-resource-time-grid/pull/4 The Blade direct should be in the boot() method, to guarantee correct order of dependencies. Otherwise this will result in an error with the default Jetstream install:

Livewire\Exceptions\ComponentNotFoundException Unable to find component: [navigation-dropdown]

jbajou commented 4 years ago

@asantibanez any chance you could merge this PR please ?

asantibanez commented 3 years ago

Thanks @barryvdh ! 👍