tailwindlabs / heroicons

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

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

Closed thecrypticace closed 5 months ago

thecrypticace commented 5 months 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 5 months ago

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