Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix injection of $livewire in infolists #15573

Merged
merged 6 commits into from
Feb 11, 2025

Conversation

ralphjsmit
Copy link
Contributor

Noticed that in Infolists the injection of $livewire would return a newly instantiated component from the container instead of the actual $livewire component. The reason for this behaviour turned out to be that the livewire parameter was not included in the respective resolveDefaultClosureDependencyForEvaluationByName() methods.

@danharrin danharrin added the bug Something isn't working label Feb 11, 2025
@danharrin danharrin added this to the v3 milestone Feb 11, 2025
@danharrin danharrin merged commit 11b2dae into filamentphp:3.x Feb 11, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants