Closed barryvdh closed 3 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]
@asantibanez any chance you could merge this PR please ?
Thanks @barryvdh ! 👍
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: