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

Object destructuring when prop is exported #5612

Closed
TheComputerM opened this issue Oct 29, 2020 · 2 comments · Fixed by #6578
Closed

Object destructuring when prop is exported #5612

TheComputerM opened this issue Oct 29, 2020 · 2 comments · Fixed by #6578

Comments

@TheComputerM
Copy link

Describe the solution you'd like

const THING = {propName: 'lol'};
export let {propName} = THING;

How important is this feature to you?
1/5, nice to have but not required, just my linting blares errors over it.

@stale
Copy link

stale bot commented Jun 26, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@Conduitry
Copy link
Member

This is supported now in 3.41.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants