We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just a thought, as I'm not entirely sure about the code, but maybe you could await Promise.all the 3 promises to not await them sequentially one by one? 🤔 https://github.com/ilangorajagopal/synthwave-stack/blob/cba5f9703a2aabc8d1988b0dc0eda751a15ecc98/app/routes/logout.tsx#L7-L9
await Promise.all
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just a thought, as I'm not entirely sure about the code, but
maybe you could
await Promise.all
the 3 promises to not await them sequentially one by one? 🤔https://github.com/ilangorajagopal/synthwave-stack/blob/cba5f9703a2aabc8d1988b0dc0eda751a15ecc98/app/routes/logout.tsx#L7-L9
The text was updated successfully, but these errors were encountered: