Skip to content

Commit

Permalink
fix(ExpandCollapse): remove the core-js/es6/set import from ExpandCol…
Browse files Browse the repository at this point in the history
…lapse

This is a fix so polyfill.io can work its magic on IE11
  • Loading branch information
lzcabrera committed Jan 9, 2018
1 parent fa658e7 commit 92de731
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ExpandCollapse/ExpandCollapse.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react'
import PropTypes from 'prop-types'
import { childrenOfType } from 'airbnb-prop-types'

import Set from 'core-js/es6/set'
import arrayFrom from 'core-js/fn/array/from'

import { isEqual } from '../../utils/sets'
Expand Down

0 comments on commit 92de731

Please sign in to comment.