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
Currently the map()built in function is well supported, however it only works when passing one iterable. When passing two iterables the iterable result is null
The new implementation of map should work correctly once v3.9.3 is deployed (currently it's only on the dev branch). Though, the variable function in the above example should be changed to functions so as not to confuse the JavaScript side of things.
Currently the
map()
built in function is well supported, however it only works when passing one iterable. When passing two iterables the iterable result isnull
Excpects
Reality
The text was updated successfully, but these errors were encountered: