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

Regression: Fix for error ts2657 no longer works #43454

Closed
Jack-Works opened this issue Mar 31, 2021 · 0 comments Β· Fixed by #43635
Closed

Regression: Fix for error ts2657 no longer works #43454

Jack-Works opened this issue Mar 31, 2021 · 0 comments Β· Fixed by #43635
Labels
Bug A bug in TypeScript Help Wanted You can do this
Milestone

Comments

@Jack-Works
Copy link
Contributor

Bug Report

const test = <a></a><b></b>

should have code fix

πŸ”Ž Search Terms

πŸ•— Version & Regression Information

Not works in 4.3.0-dev.20210329. Introduced in #37917

⏯ Playground Link

πŸ™ Actual behavior

No code fix available

πŸ™‚ Expected behavior

Have code fix

@RyanCavanaugh RyanCavanaugh added the Bug A bug in TypeScript label Apr 1, 2021
@RyanCavanaugh RyanCavanaugh added this to the Backlog milestone Apr 1, 2021
@RyanCavanaugh RyanCavanaugh added the Help Wanted You can do this label Apr 1, 2021
jeanp413 added a commit to jeanp413/TypeScript that referenced this issue Apr 11, 2021
andrewbranch pushed a commit that referenced this issue May 20, 2021
* Fix regression no codefix for ts2657
Fixes #43454

* remove unnecessary check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Help Wanted You can do this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants