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

[8.x] Allow for dynamic calls of anonymous component with varied attributes #34498

Merged
merged 1 commit into from
Sep 23, 2020
Merged

[8.x] Allow for dynamic calls of anonymous component with varied attributes #34498

merged 1 commit into from
Sep 23, 2020

Conversation

stancl
Copy link
Contributor

@stancl stancl commented Sep 23, 2020

Fixes #34469

This removes the binding caching for dynamic components. And adds a regression test for the linked issue.

Here's proof of regression test failing before the fix:

Screen Shot 2020-09-23 at 18 33 13

@stancl
Copy link
Contributor Author

stancl commented Sep 23, 2020

The failing test is strange and seems unrelated. Could you please re-run the build?

@taylorotwell taylorotwell merged commit aabd2c9 into laravel:8.x Sep 23, 2020
@GrahamCampbell GrahamCampbell changed the title Allow for dynamic calls of anonymous component with varied attributes [8.x] Allow for dynamic calls of anonymous component with varied attributes Sep 23, 2020
@driesvints
Copy link
Member

@stancl thanks for your work here 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't dynamically call the same anonymous component twice, with different attributes each time
3 participants