FortAwesome / fa-icon-chooser

an icon chooser implemented as a web component
MIT License
15 stars 6 forks source link

Sharp Solid availability bug #47

Open frrrances opened 1 year ago

frrrances commented 1 year ago

Sharp Solid isn't working with 6.3 - the code is looking for any version of 6.2.

Screenshot 2023-03-13 at 12 24 37 PM

On line 452 of packages/fa-icon-chooser/src/components/fa-icon-chooser/fa-icon-chooser.tsx

Version is set to: return this.pro() && !!this.resolvedVersion().match('(^6\.[2-9][0-9]*\.)');

but it should be anything 6.2 and above.