Vinay Gaba
06/07/2020, 11:47 PMtestTag
Modifier on a Text composable that’s a part of the AdapterList. I’m getting this error
java.lang.IllegalStateException: merge function called on unmergeable property TestTag. Existing value: Composable1, new value: Composable2. You may need to add a semantic boundary.
at androidx.ui.semantics.SemanticsPropertyKey.merge(SemanticsProperties.kt:95)
Do I need to use this differently when used inside an AdapterList?Leland Richardson [G]
06/08/2020, 5:05 PMRyan Mentley
06/08/2020, 8:55 PMVinay Gaba
06/08/2020, 9:20 PMRyan Mentley
06/09/2020, 12:18 AMcontainer = true
around your AdapterList
items, that should fix itVinay Gaba
06/09/2020, 12:42 AMRyan Mentley
06/11/2020, 9:22 PM