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
It would be ideal if each icon were a standalone ESM file. The @primer/components library seems to have taken this approach and it makes tree shaking a deterministic process, and works with stricter dead code elimination (for example currently due to defaultProps every icon may in theory have side effects).
The text was updated successfully, but these errors were encountered:
Hi! This issue has been marked as stale because it has been open with no activity for 180 days. You can comment on the issue or remove the stale label to keep it open. If you do nothing, this issue will be closed in 7 days.
It would be ideal if each icon were a standalone ESM file. The @primer/components library seems to have taken this approach and it makes tree shaking a deterministic process, and works with stricter dead code elimination (for example currently due to
defaultProps
every icon may in theory have side effects).The text was updated successfully, but these errors were encountered: