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
Thanks for the catch!
What is happening in your code is Task.all([] /* empty */).then { /* this will never be called in ver 4.2.0 */ }.
I have never assumed tasks-argument to be empty, so fulfilling with empty array should solve this issue. I will address that in a moment.
Under the following conditions, last
then
not called.Task.all
chain more than oncewhat would be a good way to do it?
Sample code
found workaround
and
The text was updated successfully, but these errors were encountered: