diff --git a/docs/pages/home/index.js b/docs/pages/home/index.js index 72a5ce0442..a1032c1a26 100644 --- a/docs/pages/home/index.js +++ b/docs/pages/home/index.js @@ -136,7 +136,7 @@ export default function Home() { Use the Async component to load options from a remote source as the user types. ~~~jsx - import Async from 'react-select/async'; + import AsyncSelect from 'react-select/async'; ~~~ ${(