-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'Dropdown' of undefined #284
Comments
same here |
you did find any solution @mjaggard ? |
@LucasHimelfarb I gave up on using a dropdown and used a scrollable list instead. |
@mjaggard check this library: https://github.com/MobileReality/react-native-select-pro |
I faced the same issue with version 2.12.2 and 2.12.1. After I downgraded to version 2.12.0 the issue seemed to be no longer created. @mjaggard @LucasHimelfarb @amarnyayapati |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the error
TypeError: Cannot read property 'Dropdown' of undefined
when I attempt to use Dropdown for a single selection drop down exactly as described in the docs (I copied and pasted with the exception of adding a type parameter foruseState
, changing the name of the component and removingAntDesign
because I don't use that)The text was updated successfully, but these errors were encountered: