I am using: const wait = async () => { await ...
# 💻developers
g
I am using: const wait = async () => { await new Promise(resolve => setTimeout(resolve, 5000)); }; await wait(); But it's blocking the previous cards as well.