In the current documentation autoLoad={false} is listed as an option to stop the Async Select from loading when the component mounts.
https://github.com/JedWatson/react-select#async-options
This isn't currently implemented.
Look at:
https://github.com/JedWatson/react-select/blob/master/src/Async.js#L82
FIX:
Add autoLoad as an option with a default of true.
Check autoLoad on componentDidMount to determine if it should fetch.