Closed sandrodz closed 5 years ago
Hello,
I encountered an issue with the following code:
- for (let idx = 0; idx < 5; idx++) div( class="BackLines-line" class= (excludedLines[idx] === false) ? "bg-t" : "bg-t05" class= (idx > 2) ? "d-n d-b@s" : "")
But I actually get:
Problem seems to be let with var it works fine.
let
var
Thanks!
Hi, I fixed it in the last version of js-phpize, please run composer update to get the bug fixed.
composer update
Hello,
I encountered an issue with the following code:
But I actually get:
Problem seems to be
let
withvar
it works fine.Thanks!