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

fix(modal): fix JavaScript error in IE11 #2183

Merged

Commits on Mar 22, 2019

  1. fix(modal): fix JavaScript error in IE11

    We hit babel/babel#7597 with our logic turning `NodeList` to an array,
    but turned out it's not needed there.
    
    Fixes carbon-design-system#2068.
    asudoh committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ca61c03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d21c78f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aa3d20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75c9327 View commit details
    Browse the repository at this point in the history