Skip to content
New issue

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

IE11 error: 'Proxy' is undefined #523

Open
Be-P opened this issue Sep 2, 2022 · 0 comments
Open

IE11 error: 'Proxy' is undefined #523

Be-P opened this issue Sep 2, 2022 · 0 comments

Comments

@Be-P
Copy link

Be-P commented Sep 2, 2022

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

npm i --save @fortawesome/fontawesome-svg-core
npm install --save @fortawesome/free-solid-svg-icons
npm install --save @fortawesome/react-fontawesome

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):

  • Browser [e.g. chrome, safari]: IE
  • Version: 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant