From d2e5b2467bd6d831ad295c0c342be2af1b5f4e1f Mon Sep 17 00:00:00 2001 From: Abubakar Usman Date: Wed, 22 Aug 2018 18:53:20 -0400 Subject: [PATCH] add missing variable: loading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5a89dc2..2ca8b417 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ The function will take an object with the following keys. Simple example ```js -const renderFunc = ({ getInputProps, getSuggestionItemProps, suggestions }) => ( +const renderFunc = ({ getInputProps, getSuggestionItemProps, suggestions, loading }) => (