We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharp Solid isn't working with 6.3 - the code is looking for any version of 6.2.
On line 452 of packages/fa-icon-chooser/src/components/fa-icon-chooser/fa-icon-chooser.tsx
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]*\.)');
return this.pro() && !!this.resolvedVersion().match('(^6\.[2-9][0-9]*\.)');
but it should be anything 6.2 and above.
The text was updated successfully, but these errors were encountered:
kelseythejackson
No branches or pull requests
Sharp Solid isn't working with 6.3 - the code is looking for any version of 6.2.
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.
The text was updated successfully, but these errors were encountered: