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

[LiveComponent] Fix tests now that a live id is always added, even for embedded components #1064

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

sneakyvv
Copy link
Contributor

@sneakyvv sneakyvv commented Aug 20, 2023

Q A
Bug fix? no
New feature? no
Tickets
License MIT

Embedded components can also be live now, so they also need a live-id.

The TestLiveComponent trait was added after the live-id change had been introduced in the embedded live components branch, so it now needed to be synced with those changes.

The conflicting change: https://github.com/symfony/ux/pull/913/files#diff-c1c2695c57da687bdba39e2b9e5285f30e9b87f50886bf645a048545575f6659

Embedded components can also be live now, so they also need a live-id.

The TestLiveComponent trait was added after the live-id change had been introduced in the embbeded live components branch, so it now needed to be synced with those changes.
@weaverryan
Copy link
Member

Thanks @sneakyvv!

@weaverryan weaverryan merged commit 39a938d into symfony:2.x Aug 21, 2023
35 of 38 checks passed
@sneakyvv sneakyvv deleted the fix-test-embedded-live-components branch August 23, 2023 09:07
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.

2 participants