Closed jfrolich closed 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)
Sorry just noticed I used the wrong bracket :sleeping:
It look's like the string interpolation ES5 feature is not enabled in JSX files (while the documentation states is it).
Results in: