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
Describe the bug
If your application is using fontawesome-v6 as the main icon set, it fails to show any icons in the component stating that fontawesome-v6 is not available.
SPECIFICALLY ON THE 'NEXT' BRANCH!
To Reproduce
Steps to reproduce the behavior:
Have fontawesome-v6 be your main iconSet in your quasar application
Attempt to use this component.
Expected behavior
Component to be able to use fontawesome-v6 icons
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows 11
Browser Chrome
Version 122.0.6261.58
Additional context
Looks like it can be fixed easily enough by adding the fontawesome-v6.js file in the components iconSets. But ultimately should probably not rely on having a duplicated iconSet to match the default iconSet in the main quasar application.
The text was updated successfully, but these errors were encountered:
bdstout1617
changed the title
Fontawesome-v6 unavailble
Fontawesome-v6 unavailable
Feb 26, 2024
Describe the bug
If your application is using fontawesome-v6 as the main icon set, it fails to show any icons in the component stating that fontawesome-v6 is not available.
SPECIFICALLY ON THE 'NEXT' BRANCH!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Component to be able to use fontawesome-v6 icons
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Looks like it can be fixed easily enough by adding the fontawesome-v6.js file in the components iconSets. But ultimately should probably not rely on having a duplicated iconSet to match the default iconSet in the main quasar application.
The text was updated successfully, but these errors were encountered: