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
Change the map function so that when the result.get() is undefined, we set it to the empty array (#1169)
* Change the map function so that when the result.get() is undefined, we set it to the empty array. This prevents the subsequent read of length from failing.
* Move this check out of the list check
The list check will get some extra code that we don't want to run just because result.get() is undefind.
0 commit comments