meteor / react-packages

Meteor packages for a great React developer experience
http://guide.meteor.com/react.html
Other
573 stars 158 forks source link

String interpolation does not work in JSX file #155

Closed jfrolich closed 8 years ago

jfrolich commented 8 years ago

It look's like the string interpolation ES5 feature is not enabled in JSX files (while the documentation states is it).

var bla = 'test'
console.log(`Bla: $(bla)`)

Results in:

>> Bla: $(bla)
jfrolich commented 8 years ago

Sorry just noticed I used the wrong bracket :sleeping: