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
fix(picker): number of dom children != number of options (#6551)
Under certain circustances the number of DOM children is not the same than the number of options,
this causes an exception by access to undefined during iteration.
0 commit comments