Skip to content

Commit 122708c

Browse files
Asheflexdinesh
authored andcommitted
remove duplicate cacheOptions
1 parent 5f22b74 commit 122708c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react-select/src/Async.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ export type AsyncProps = {
2525
/* Function that returns a promise, which is the set of options to be used
2626
once the promise resolves. */
2727
loadOptions: (string, (OptionsType) => void) => Promise<*> | void,
28-
/* If cacheOptions is truthy, then the loaded data will be cached. The cache
29-
will remain until `cacheOptions` changes value. */
30-
cacheOptions: any,
3128
/* Same behaviour as for Select */
3229
onInputChange?: (string, InputActionMeta) => void,
3330
/* Same behaviour as for Select */

0 commit comments

Comments
 (0)