Closed
Description
I just noticed that renaming an JSX element doesn't rename the end tag. I also expect renaming an intrinsic element would be local, when in fact, it renames all elements of that type and even the interface member of JSX.IntrinsicElements
. Renaming intrinsic elements is quite destructive for a project.