I'm facing a rare issue with click passing to pare...
# compose
t
I'm facing a rare issue with click passing to parent when they should not. I have a box with a clickable modifier. In that box an IconButton. Sometimes when clicking fast on the IconButton the box clickable is also called. (I triple checked and it happens even when clicking with mouse at exact same coordinate so not a click outside of the icon). Is there some known issue? Since it's quite rare it's hard to build a small repro