Skip to content

Commit

Permalink
fix(bundle-size): don't import react-select twice (decaporg#2875)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored and vladdu committed Jan 26, 2021
1 parent 51702d4 commit be7b5c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import ImmutablePropTypes from 'react-immutable-proptypes';
import AsyncSelect from 'react-select/lib/Async';
import { Async as AsyncSelect } from 'react-select';
import { find, isEmpty, last, debounce } from 'lodash';
import { List, Map, fromJS } from 'immutable';
import { reactSelectStyles } from 'netlify-cms-ui-default';
Expand Down

0 comments on commit be7b5c1

Please sign in to comment.