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
I'm trying to use fontawesome-react, the application has to run on ie11. Just importing the dependencies and defining an icon causes the browser to show a blank page and log error: 'Proxy' is undefined.
Reproducible test case
Simply install the dependencies
Describe the bug
I'm trying to use fontawesome-react, the application has to run on ie11. Just importing the dependencies and defining an icon causes the browser to show a blank page and log
error: 'Proxy' is undefined
.Reproducible test case
Simply install the dependencies
and create a component
<FontAwesomeIcon icon={["far", "coffee"]} />
. If you open Internet Explorer 11 you'll get the above error.Expected behavior
It should work, and show the fontawesome icon
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: