Closed danakt closed 5 years ago
Hbs code like this:
<div>Some {text}</div>
must be compiled to JSX code like this:
<div>Some {'{'}text{'}'}</div>;
Hbs code like this:
must be compiled to JSX code like this: