fmoo / react-typeahead

Pure react-based typeahead and typeahead-tokenizer
ISC License
677 stars 232 forks source link

Prop type of customListComponent. #263

Open AStrubitsky opened 2 years ago

AStrubitsky commented 2 years ago

Hi. I have one issue. If I set react-redux connet as customListComponent in Typeahead, I get warning "nvalid prop customListComponent supplied to Typeahead". In this case customListComponent is PropTypes.object. Could you add this prop type for customListComponent?