Remove tvParallaxProperties from required in `IconButtonProps`
See original GitHub issueIs your feature request related to a problem? Please Describe.
My IDE always shows an error because each icon requires a tvParallaxProperties prop even though I would wager 99% of people are not developing for TV, nor does leaving this prop out break anything.
dist/icons/Icon.d.ts
line 41
Describe alternatives you’ve considered
Additional context
version ^3.4.2
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Typescript errors in Icon, Input, ListItem components #3231
ListItem.Chevron: Property 'tvParallaxProperties' is missing in type '{}' but required in type ... Expected behavior (Required). No typescript ...
Read more >What do I need tvParallaxProperties for? (react-native- ...
Like docs says tvParallaxProperties are for (Apple TV only) Object with properties to control Apple TV parallax effects.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@hlspablo sure
@arpitBhalla its possible to make this fix available to v3?, v4 still in RC and can break things… its very annoying see error everywhere in my project…, and for while i would like to stick with v3