seem to break rendering or render the wrong icon, possibly due to breaking DOM diffing.
I've done this in js:
window.FontAwesomeConfig = {
...window.FontAwesomeConfig,
keepOriginalSource: false,
autoReplaceSvg: false,
observeMutations: false
}
to setup the config options that look related, to no avail.
is there a workaround aside from creating Blazor components for each icon? (would that even fix it?)
do you use css version or js version of fontawesome?
Обсуждают сегодня