[typescript] Promise.withResolvers types not working with create-vue #11006
Replies: 4 comments 1 reply
-
More DetailsI have a VSCode multi-root workspace, All deps updated to latest:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Well, closing because I have no idea how to solve this. |
Beta Was this translation helpful? Give feedback.
-
ReopeningI don't know why I closed it. I will keep it open in case there's a solution. But I just created a Vite Vanilla TypeScript project and it's even working there. It's only in a create-vue project that it doesn't work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
Just created a vue app with create-vue. Updated typescript to 5.4.5.
Can't use Promise.withResolvers.
VSCode is using that same versions.
What else needs to be done?
Thanks.
Edit: Happens at the type system only. At runtime
Promise.withResolvers
is present.Beta Was this translation helpful? Give feedback.
All reactions