-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Indentation failure with unclosed JSX element #6281
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
Comments
Marking this as high priority because it actually makes VS crash for me. |
The repro wasn't apparent because I think you need a newline below the namespace. I've updated the original comment. |
As discussed offline, this is not a crash (you need to have dev mode enabled), but this is still an issue. |
More minimal repro: var x = <div bar={10}>
/**/ Press enter at |
The expected result isn't completely clear for me here and I can't assess if this is already fixed or not. |
Press enter at
/**/
.The text was updated successfully, but these errors were encountered: