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

Magnifier does not work in IE. #13

Closed
Vondry opened this issue Sep 30, 2019 · 1 comment
Closed

Magnifier does not work in IE. #13

Vondry opened this issue Sep 30, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@Vondry
Copy link

Vondry commented Sep 30, 2019

Magnifier does not transpile JavaScript Classes which are not supported in IE.

Workaround based on this issue in webpack configuration:

  {
          test: /.../,
          exclude: /node_modules\/(?!react-magnifier).*,
          use: [...],
  }            

Please transpile Classes down to functions, thank you.

@samuelmeuli
Copy link
Owner

Fixed in v3.0.4.

@samuelmeuli samuelmeuli added the bug Something isn't working label Oct 1, 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

2 participants