tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.03k stars 1.27k forks source link

Make sure calls to `forwardRef` are marked as pure #1192

Closed thecrypticace closed 2 weeks ago

thecrypticace commented 2 weeks ago

React.forwardRef should always be marked as pure and doing so can help with tree shaking in some build tools.

Fixes #1171

thecrypticace commented 2 weeks ago

sweet — yeah let's do a patch for this one