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 is expected behavior. As js arrays can be destructured in the same way as clojurescript data structures, and converting that array constantly to a vector has some performance penalities. So, for avoid unnecesary data conversion, the raw value is emitted.
If you explicitly need a vector just do (p/map vec promise).
Is there a reson why (
p/all ...
) returns js array instead of cljs sequence? Is this a bug in 1.8.0 or desired behavior?Some examples
Not working
Working
Working
Type outputs
->
The text was updated successfully, but these errors were encountered: