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
and as a result the .fa5-spin {...} no longer applies to the svg.fa-spin and the spinner is not spinning.
Expected behavior <FontAwesomeIcon> props should use the familyPrefix configured by @fortawesome/fontawesome-svg-core, instead of the hardcoded fa- prefix.
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting
familyPrefix
to "fa5"adds the correct class style rules under head > style
but when FontAwesomeIcon is used with a
spin
propthe className becomes
fa-spin
instead offa5-spin
and as a result the
.fa5-spin {...}
no longer applies to thesvg.fa-spin
and the spinner is not spinning.Expected behavior
<FontAwesomeIcon>
props should use thefamilyPrefix
configured by@fortawesome/fontawesome-svg-core
, instead of the hardcodedfa-
prefix.The text was updated successfully, but these errors were encountered: