byteburgers / react-native-autocomplete-input

Pure javascript autocomplete input for react-native
https://byteburgers.com/autocomplete
MIT License
805 stars 255 forks source link

Property 'renderResultList' does not exist on type 'IntrinsicAttributes & AutocompleteProps<any> #237

Closed phillfeel closed 2 years ago

phillfeel commented 2 years ago

Property 'renderResultList' does not exist on type 'IntrinsicAttributes & AutocompleteProps & { children?: ReactNode; }' use v5.1 react-native-autocomplete-input and highest types @types/react-native-autocomplete-input (5.0.0 • Public • Published 10 months ago)

stale[bot] commented 2 years ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

phillfeel commented 1 year ago

Problem is not resolved

ajenkins commented 1 year ago

This sounds like an issue with the type definitions, which are not actually part of this repo. I recommend making a PR to the definitely-typed repo to fix this.