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

Does not load in Edge browser #41

Closed
joepio opened this issue Jun 5, 2019 · 2 comments
Closed

Does not load in Edge browser #41

joepio opened this issue Jun 5, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@joepio
Copy link
Member

joepio commented Jun 5, 2019

Perhaps a polyfill is needed. Might be related to #40.

@joepio joepio self-assigned this Jun 5, 2019
@joepio joepio changed the title EDGE does not render Does not load in Edge browser Jun 5, 2019
@joepio joepio added the bug Something isn't working label Jun 5, 2019
@joepio
Copy link
Member Author

joepio commented Jul 17, 2019

I've added multiple polyfills:

import "react-app-polyfill/ie11";
import "react-app-polyfill/stable";
// https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder
import "./polyfill/textencoder";

@joepio
Copy link
Member Author

joepio commented Jul 17, 2019

It works!
Selection_019

@joepio joepio closed this as completed Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant