Skip to content
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

fix(react): fix object destructuring with async-await for buildable libs #3308

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

jaysoo
Copy link
Member

@jaysoo jaysoo commented Jul 10, 2020

Current Behavior

Using await with object destructuring produces error.

Expected Behavior

Can use await with object destructuring.

Fixes #3202

@jaysoo jaysoo merged commit a6db5fa into nrwl:master Jul 10, 2020
Doginal pushed a commit to Doginal/nx that referenced this pull request Nov 25, 2020
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

React library build failed "Property name expected type of string but got null"
2 participants