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
How do I make Typescript happy? or am I doing it wrong?
Actual behavior
Typescript not happy
Expected behavior
Should we have something like Badge.compose<PressableBadgeType> to override the Props?
The text was updated successfully, but these errors were encountered:
shawnthye-guru
changed the title
Question about how to replace Badge's root with Badge.compose()
Question about replacing Badge's root with Badge.compose({...})Nov 14, 2024
Willing to submit a PR to fix?
Requested priority
High
Products/applications affected
No response
Package version(s)
0.42.3
OS version(s)
No response
Platform
Xcode version
No response
Please provide a reproduction of the bug
Based on the new Compose Framework and Slot docs.
I am trying to make
Badge
PressableHow do I make Typescript happy? or am I doing it wrong?
Actual behavior
Typescript not happy
Expected behavior
Should we have something like
Badge.compose<PressableBadgeType>
to override theProps
?The text was updated successfully, but these errors were encountered: