We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51702d4 commit be7b5c1Copy full SHA for be7b5c1
packages/netlify-cms-widget-relation/src/RelationControl.js
@@ -1,7 +1,7 @@
1
import React from 'react';
2
import PropTypes from 'prop-types';
3
import ImmutablePropTypes from 'react-immutable-proptypes';
4
-import AsyncSelect from 'react-select/lib/Async';
+import { Async as AsyncSelect } from 'react-select';
5
import { find, isEmpty, last, debounce } from 'lodash';
6
import { List, Map, fromJS } from 'immutable';
7
import { reactSelectStyles } from 'netlify-cms-ui-default';
0 commit comments