Open oconely opened 5 years ago
Hello, Does anybody know why this syntax ( #{someValue} ) for interpolation not working. In the end output html look like this:<\li class="item_1 #{i === 5 ? 'active' : ' ' }">
Hello, Does anybody know why this syntax ( #{someValue} ) for interpolation not working. In the end output html look like this:<\li class="item_1 #{i === 5 ? 'active' : ' ' }">