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

[Tabs] IE11 "Object doesn't support property or method 'isNaN' #11893

Closed
2 tasks done
ghost opened this issue Jun 18, 2018 · 1 comment
Closed
2 tasks done

[Tabs] IE11 "Object doesn't support property or method 'isNaN' #11893

ghost opened this issue Jun 18, 2018 · 1 comment
Labels
bug 🐛 Something doesn't work component: tabs This is the name of the generic UI component, not the React module!

Comments

@ghost
Copy link

ghost commented Jun 18, 2018

  • This is a v1.x issue (v0.x is no longer maintained).
  • I have searched the issues of this repository and believe that this is not a duplicate.

Expected Behavior

When I put a Tabs component in my app, the page should load/work in IE11.

Current Behavior

The app crashes, ie. page turns white and error reported in console. (Seems to work ok in codesandbox, not sure why)

Steps to Reproduce (for bugs)

  1. Create a new react app
  2. Add material-ui/core v1.2.1
  3. Add a Tabs component to the app
  4. Run the app in IE11

OR

  1. Visit https://material-ui.com/demos/tabs/ in IE11

Context

My app needs to support IE11 and uses the Tabs component as part of its UI.

Your Environment

Tech Version
Material-UI v1.2.1
React v16.4.1
browser Internet Explorer 11
@oliviertassinari oliviertassinari added bug 🐛 Something doesn't work component: tabs This is the name of the generic UI component, not the React module! labels Jun 18, 2018
@oliviertassinari
Copy link
Member

Fixed in #11832

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: tabs This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

1 participant