You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.
I am going to close this, but feel free to open a new issue with the additional information provided. Thanks!
Problem:
When I try to implement dynamic item in
<Picker>
, the app returnsI did some quick test (actually not quick to spot the issue...), it seems to be an issue when the
children
isfalse
. This might be related to #12829Prove of Concept (PoC):
I use
{false}
here to represent no data in the dynamic variable.<View>{false}<View>
View is working fine with
false
here.<Picker>{false}<Pick>
But picker do not allow you to put
false
here. You can putnull
here instead.The text was updated successfully, but these errors were encountered: