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

IE Support? #76

Open
dcocchia opened this issue Nov 1, 2017 · 1 comment
Open

IE Support? #76

dcocchia opened this issue Nov 1, 2017 · 1 comment

Comments

@dcocchia
Copy link
Member

dcocchia commented Nov 1, 2017

Creating this ticket as a kind of catch-all ticket for various IE issues. We use several JS features which are not supported in some versions of IE/Edge. We should use this thread to:

  1. List out features that are not supported by version of IE
  2. Decide how far back we want to support out of the box
  3. Set babel/build to transpile to a build supporting that version (babel-polyfill, etc)
  4. Write up suggestions for those who would like to support even older browsers

I would like to support only back to IE11, given that React v16 only supports that far back out of the box. If there's a good reason to support back farther than that, or to not even support IE11, let's talk it out here :)

@dcocchia
Copy link
Member Author

dcocchia commented Nov 1, 2017

Current known issues in IE11:

  • CSS Grid use (fixed with Grid support for IE #75)
  • String.fromCodePoint use in Icon component ( will be solve by move to SVGIcon)
  • Array.includes use in equalWidthTrack HOC

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

No branches or pull requests

1 participant