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
This is blocking because otherwise we cannot use Promise.allSettled() and it's needed for the new discovery process to work properly. I have bypassed the problem by targeting ES6 again, but it's something we need to review.
For some (weird?) reason, there is a problem when using ES2020 as target in the TS config.
This is blocking because otherwise we cannot use
Promise.allSettled()
and it's needed for the new discovery process to work properly. I have bypassed the problem by targeting ES6 again, but it's something we need to review.The error thrown can be seen here: https://github.com/vocdoni/dvote-js/runs/2885662878?check_suite_focus=true
The text was updated successfully, but these errors were encountered: