The whole point of a true currency, you see, is that it only be used among a tiny, esoteric, self-selected percentage of the population.
That’s what being a reserve currency is all about, really.
@Anna981001@StudyAUOfficial Hi, give it a try now, it seems to be working fine!
I was finally able to create an account a couple of minutes ago after hours of unsuccessful attempts!
@Scarlettyang90 Hi, give it a try now, it seems to be working fine!
I was finally able to create an account a couple of minutes ago after hours of unsuccessful attempts!
@Anna981001@StudyAUOfficial Hi, I'm having the same problems!
I can't sign up, the submit buttons turns into a spinner and never ends!
This is pretty bad!!
@Meligy That's why two calls to `setIsLoading` in-between `await` calls produce two UI updates.
Unless I'm missing something, which it wouldn't be the first time 😂
@Meligy I think there's a misunderstanding of how `async` works in that case.
Despite of what it looks like, the code doesn't run synchronously.
As soon as you `await` a Promise, the async state machine comes into play and the code no longer runs linearly.