custom loadingIndicator react select code example
Example: react select remove the loading indicator
<Select {...yourOtherProps} components={{ LoadingIndicator: null }} />
<Select {...yourOtherProps} components={{ LoadingIndicator: null }} />