Hey, all. I have an odd situation. When I test my ...
# compose
d
Hey, all. I have an odd situation. When I test my composable function, my tests fail to find any node (using nodeWithTag()) that is inside a Column() that is using modifier.clickable {}. If I comment out the clickable on th emodifier (there are other modifiers) the tests find the nodes and work. But when the clickable is back then those nodes aren't found. Any ideas?