Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Blade components resolution #2223

Merged
merged 2 commits into from
Apr 14, 2023
Merged

Fix Blade components resolution #2223

merged 2 commits into from
Apr 14, 2023

Conversation

haringsrob
Copy link
Contributor

Add the blade components in the boot method so it resolves at the correct time.

Fixes #2222

The issue was that the blade facade was being resolved too early. Jetstream (and other packages) may register afterResolve callbacks to add blade components.

The current position of the Blade facade usage would already have it resolved before jetstream got the chance to register the afterResolve hook.

haringsrob and others added 2 commits April 13, 2023 09:57
Add the blade components in the boot method so it resolves at the correct time.
@ifox ifox merged commit 39e26b0 into 3.x Apr 14, 2023
@ifox ifox deleted the haringsrob-patch-1 branch April 14, 2023 19:45
@ifox ifox changed the title Update TwillServiceProvider.php Fix Blade components resolution Apr 14, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Livewire navigation menu not working after twill 3.x installation
2 participants