-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
Error in onvaluechange function in Picker Cannot read property 'props' of undefined #9209
Comments
Please post a code snippet so we can better understand if this is a bug or another issue. Thanks! |
@facebook-github-bot label Needs more information |
Here is the code i have used
|
@facebook-github-bot check now |
This issue is that Picker doesn't like the shape of the child Item objects. The problematic Item is the one with the label 'None'. If you want to fix this now you should flatten the children in |
@facebook-github-bot answered |
Closing this issue as @ryankask says the question asked has been answered. Please help us by asking questions on StackOverflow. StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only. |
whenever i change value of picker following error occurs

The text was updated successfully, but these errors were encountered: