Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #1064 [LiveComponent] Fix tests now that a live id is always ad…
…ded, even for embedded components (sneakyvv) This PR was merged into the 2.x branch. Discussion ---------- [LiveComponent] Fix tests now that a live id is always added, even for embedded components | 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 Commits ------- b49ca61 [LiveComponent] Fix tests now that a live id is always added
- Loading branch information