`addBracketsToProps` adds additional brackets when they already exist
Opened this issue · 0 comments
tylerlaprade commented
<Foo
bar={`baz${}$`}
>
When the curly is typed after the $
above, this is the result:
<Foo
bar={{`baz${}${}`}}
>