Skip to content

Commit

Permalink
chore: resolve peer dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlaessig committed Sep 26, 2024
1 parent d107afe commit 7c73d1d
Show file tree
Hide file tree
Showing 3 changed files with 8,724 additions and 16,038 deletions.
2 changes: 1 addition & 1 deletion index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function AutocompleteInputComponent<Item, Ref>(
} = props;

const showResults = data.length > 0;
onShowResults && onShowResults(showResults);
onShowResults?.(showResults);

return (
<View style={[styles.container, containerStyle]}>
Expand Down
Loading

0 comments on commit 7c73d1d

Please sign in to comment.