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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
⚛️ React/💎 Vue
Only show deprecation warnings (Icon X is deprecated) when the component is mounted. You will no longer see deprecation warnings during development unless deprecated icons are actually used. (#8)
🔥 Svelte
Add deprecation warnings when icons are mounted
Allow all icons to use reactive properties. This was previously added only for the generic <ProIcon> component in v4.13.4.
🏵️ Vanilla
Fix a TypeError when using ProIcon.toSvg()
Deprecation warnings are now only shown when ProIcon.toSvg is called