Open
Description
Version
3.19.4
Steps to Reproduce
- Mask a Text() element using
.postHogMask()
- The text element is inside a parent element which acts like a list item View
- if the parent element has the
.clipShape
modifier, the whole element gets masked instead of just the text
I use .clipShape(.rect(cornerRadius: 24))
Expected Result
The inner Text view should be masked
Actual Result
The whole list item gets Masked