Skip to content

Commit

Permalink
We started using Array.prototype.includes in this module without a po…
Browse files Browse the repository at this point in the history
…lyfill for IE11. Sawyer pointed this out in issue #285. This fixes that. (#289)
  • Loading branch information
pwolfert authored Oct 26, 2018
1 parent 7bd0bb0 commit 6ef9e2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/TextField/Mask.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cues to a user about the expected value.
Style guide: components.masked-field
*/
import 'core-js/fn/array/includes';
import PropTypes from 'prop-types';
import React from 'react';
import { polyfill } from 'react-lifecycles-compat';
Expand Down

0 comments on commit 6ef9e2b

Please sign in to comment.