Fix JSX fragment autoclose tag logic #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-fragment-autoclose"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Looks like we're using the wrong close tag for JSX fragments in the autoclose extension as it should be
</>instead of<>(see docs).Seems I just missed this when I first implemented this extension in https://github.com/codemirror/lang-javascript/pull/4.
thanks @marijnh! any idea when this might get published?
Tagged 6.1.3