Salavat Salakhutdinov

Results 2 issues of Salavat Salakhutdinov

Console output shows warnings about invalid properties: - 'Warning: Invalid DOM property `stroke-linecap`. Did you mean `strokeLinecap`?' - 'Warning: Invalid DOM property `stroke-linejoin`. Did you mean `strokeLinejoin`?' - 'Warning: Invalid...

bug

`if` helper does not consider `null` as a falsy value when used with path expression: ```php $handlebars->render('{{#if nested.someNullValue}}should not be shown{{/if}}', ['nested' => ['someNullValue' => null]]) // rendered as "should...