planbcoding/vscode-react-refactor

Shouldn't have a closing tag by default

Opened this issue · 1 comments

Current behavior:

<ExtractedElement></ExtractedElement>

I think it should be by default:

<ExtractedElement />

I second this motion!