-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
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
*__awaiter_1 is not defined* when use with plugin of capacitor #1916
Comments
Seems related with microsoft/TypeScript#33547 |
We are also encountering this, not related to any plugins. It does occur when we pull in a Stencil component into another Stencil component, and they both use |
I'm seeing a similar issue with Tried setting |
Thanks for working around this @manucorporat! This was blocking us from upgrading to a newer version of Stencil. |
I'm also seeing this issue with Stencil 1.7.5. I can't upgrade to the version with the fix for this issue because it uses Typescript 3.7 and the generated component library is not compatible with Angular 8. |
Stencil version:
I'm submitting a:
[ x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
When use plugin of capacitor, always that I call the @method async, the error
__awaiter_1 is not defined
happen. This error happen when I try use the web component in Wordpress.Steps to reproduce:
https://github.com/lucascco/reproduce-error-stencil-async
Other information:
Just follow steps in repository above to reproduce this erro.
The text was updated successfully, but these errors were encountered: