We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
909e34d
d668f72 #273 Thanks @eps1lon! - fix: Concatenate text nodes without space
d668f72
Fixes <h1>Hello {name}!</h1> in react computing "Hello name !" instead of Hello name!.
<h1>Hello {name}!</h1>
react
"Hello name !"
Hello name!