-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm sorry for the flurry of issues... it's only because I like this package.
This one is somewhat esoteric as well, so if you don't intend to support typescript, I totally understand if you'd want to close this.
Start with this:
const x = () => (
<Foo>
test
</Foo>
)Update top <Foo> to <Foo<Bar>>
That will change the bottom </Foo> to </Bar>:
const x = () => (
<Foo<Bar>>
test
</Bar>
)Then put your point before the B in </Bar> and C-d, that will hang Emacs until you spam C-g.
The auto-rename-tag-mode will not work anymore until you disable it and reenable it.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working