We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a44af commit 9fd60e7Copy full SHA for 9fd60e7
packages/react-select/src/useAsync.ts
@@ -167,7 +167,7 @@ export default function useAsync<
167
} else {
168
const request = (lastRequest.current = {});
169
setStateInputValue(inputValue);
170
- if(clearLoadedOptions) setLoadedOptions([]);
+ if (clearLoadedOptions) setLoadedOptions([]);
171
setIsLoading(true);
172
setPassEmptyOptions(!loadedInputValue);
173
loadOptions(inputValue, (options) => {
0 commit comments