Snacks
Snacks copied to clipboard
IE Support?
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:
- List out features that are not supported by version of IE
- Decide how far back we want to support out of the box
- Set babel/build to transpile to a build supporting that version (babel-polyfill, etc)
- 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 :)
Current known issues in IE11:
- ~CSS Grid use~ (fixed with https://github.com/instacart/Snacks/pull/75)
String.fromCodePointuse inIconcomponent ( will be solve by move toSVGIcon)Array.includesuse inequalWidthTrackHOC