Open MaxmaxmaximusFree opened 1 day ago
You forgot to fill out the issue template.
What makes you think this is a bug? The error message indicates this is intentional. Also, Awaited<any>
resolves to get any
, so you're trying to implement any
.
🔎 Search Terms
implements Awaited bug
🕗 Version & Regression Information
⏯ Playground Link
No response
💻 Code
This works:
but This error:
🙁 Actual behavior
bug
🙂 Expected behavior
normal await
Additional information about the issue
No response