You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @sterien7, pushed a small fix to fix/clip-shape-swiftui-masking. Could you verify if this resolves the masking issue? Let me know if you notice anything unexpected.
Version
3.19.4
Steps to Reproduce
.postHogMask()
.clipShape
modifier, the whole element gets masked instead of just the textI use
.clipShape(.rect(cornerRadius: 24))
Expected Result
The inner Text view should be masked
Actual Result
The whole list item gets Masked
The text was updated successfully, but these errors were encountered: