react-places-autocomplete
react-places-autocomplete copied to clipboard
Simple example doesn't define "loading"
I think the line in the README should be changed from
const renderFunc = ({ getInputProps, getSuggestionItemProps, suggestions }) => (
to
const renderFunc = ({ getInputProps, getSuggestionItemProps, suggestions, loading }) => (