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

Incompatibility with IE11 #193

Open
Betree opened this issue Sep 8, 2020 · 3 comments
Open

Incompatibility with IE11 #193

Betree opened this issue Sep 8, 2020 · 3 comments
Labels

Comments

@Betree
Copy link

Betree commented Sep 8, 2020

Hello,

Our bug tracker noticed a recurring error on IE11 (and some other old browsers that don't support arrow functions):

image

These arrow functions were introduced in #175, before that we were not noticing any error coming from this library.

Possible solutions:

@Betree
Copy link
Author

Betree commented Sep 21, 2020

The fix made in #194 is actually not enough, we now get an error for Const must be initialized.

How would the maintainers feel about transpiling the code with Babel or Typescript? I'd be happy to work on that topic, but would love to get some directions on which approach you prefer before doing so.

image

@ghost
Copy link

ghost commented Dec 16, 2020

Hi team, we experienced the same problem. Is there any update on this issue?

@KingDarBoja
Copy link
Contributor

KingDarBoja commented Dec 16, 2020

I assume this can be solved via #218

EDIT: Can you guys test my linked PR to see if that works? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants