Accept non promise ?
raskyer opened this issue · 2 comments
raskyer commented
Promise.all accept non promise in its array, whereas combinePromises need a Promise in order to not complain.
An easy workaround is to put Promise.resolve but it would be even better to be able to pass raw data directly as for Promise.all