-
Notifications
You must be signed in to change notification settings - Fork 361
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
Cannot read property 'value' of undefined #873
Comments
Any idea if #565 or #707 (review) is related? |
I see here that |
Still getting the error. I managed to write a GitHub worflow to automate testing all builds of |
I created a minimal bug reproduction repository at https://github.com/bisectifiate/microbundle-async-generator with a workflow that automates testing of the source and the built bundles. |
I managed to get EDIT: I updated https://github.com/bisectifiate/microbundle-async-generator with the one-liner |
I am getting some interestingly erroneous builds for code relying on
AsyncIterable
andAsyncIterator
. Steps to reproduce:The text was updated successfully, but these errors were encountered: