feathericons / react-feather

React component for Feather icons
https://npm.im/react-feather
MIT License
1.92k stars 126 forks source link

Added `ref` prop to IconProps interface #79

Open filingroove opened 3 years ago

filingroove commented 3 years ago

Fix for #78

elliott-king commented 1 year ago

@carmelopullara apologies for the spam, just wanted to draw your attention. react-feather does not currently support refs with TS.

amhunt commented 9 months ago

@carmelopullara not urgent, but any chance we could merge this one? We're also experiencing a TS error here

tounsoo commented 3 months ago

Following this

tounsoo commented 2 months ago

With React19, it looks like ref is now included. React19 beta announcement / ref as prop

I also found type issue while testing out react19 and have reported the issue