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
Our current build process means that we have to avoid using async/await in our actual source because it can cause regeneratorRuntime errors that, honestly, we don't fully understand.
It's led to insanity like #308 - which, while clever, leads to a terrible developer UX for contributors.
The text was updated successfully, but these errors were encountered:
Our current build process means that we have to avoid using
async/await
in our actual source because it can causeregeneratorRuntime
errors that, honestly, we don't fully understand.It's led to insanity like #308 - which, while clever, leads to a terrible developer UX for contributors.
The text was updated successfully, but these errors were encountered: