Snacks icon indicating copy to clipboard operation
Snacks copied to clipboard

IE Support?

Open dcocchia opened this issue 8 years ago • 1 comments

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 avatar Nov 01 '17 22:11 dcocchia

Current known issues in IE11:

  • ~CSS Grid use~ (fixed with https://github.com/instacart/Snacks/pull/75)
  • String.fromCodePoint use in Icon component ( will be solve by move to SVGIcon)
  • Array.includes use in equalWidthTrack HOC

dcocchia avatar Nov 01 '17 22:11 dcocchia