]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Bump react-select from 2.4.4 to 3.0.5
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Mon, 21 Oct 2019 16:31:27 +0000 (01:31 +0900)
committerThibaut Girka <thib@sitedethib.com>
Sun, 27 Oct 2019 11:25:15 +0000 (12:25 +0100)
Port 183fc9d3cbc891be17a1c4be8b262250f9dbb545 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/features/hashtag_timeline/components/column_settings.js

index cdc138c8bf3a440586c8f65b4793343978b089b0..9c39b158a49d35c76a3df74df824e6da60e533ce 100644 (file)
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
 import ImmutablePropTypes from 'react-immutable-proptypes';
 import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
 import Toggle from 'react-toggle';
-import AsyncSelect from 'react-select/lib/Async';
+import AsyncSelect from 'react-select/async';
 
 const messages = defineMessages({
   placeholder: { id: 'hashtag.column_settings.select.placeholder', defaultMessage: 'Enter hashtags…' },