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
Remove ref type from props in Pressable Example (#3446)
## Description
Our CI fails on `tsc` check in example, probably becauseof #3431. I've removed `RefAttributes` from `props` type as `ref` is not used anyway in this example.
## Test plan
Run `yarn tsc --noEmit`
0 commit comments