We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
addBracketsToProps
<Foo bar={`baz${}$`} >
When the curly is typed after the $ above, this is the result:
$
<Foo bar={{`baz${}${}`}} >
Activity