You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
A closing div tag is returned. Even though the current tag appears closed in the code's before state, it leaves the outer div mismatched.
Actual behavior:
No closing tag is returned
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered:
mjbvz
changed the title
jsxClosingTag does not return closing tag inside
jsxClosingTag does not return closing tag inside tag body
Jul 10, 2018
TypeScript Version: 3.0.0-dev.20180706
Search Terms:
Code
For the code:
Request tag closing after the inner
<div>
Expected behavior:
A closing div tag is returned. Even though the current tag appears closed in the code's before state, it leaves the outer div mismatched.
Actual behavior:
No closing tag is returned
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: