Do you have some examples of Compose UI tests, whe...
# compose
m
Do you have some examples of Compose UI tests, where using useUnmergedTree = true made a difference?
For now, I fetched a couple of project that use this option, removed it, and tests are still passing, so I couldn't proove any usefulness of this option, even in projects that are using it. Maybe something has changed with resource merging in tests?
m
maybe this is one case where merged descendants could result in actual difference: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1741275372181019
m
Here it should be 🙂
👍 1