You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I guess because of an old Handlebars bug (handlebars-lang/handlebars.js#827) false enum values (and thus 'constant' values too) don't render properly: they result in an empty string.
Hi! Can you submit a PR with the change? I don't have a lot of tuits to work on this project, but I should be at least be able to merge and publish PRs.
Hi,
I guess because of an old Handlebars bug (handlebars-lang/handlebars.js#827) false enum values (and thus 'constant' values too) don't render properly: they result in an empty string.
For example
results in
Is it possible to update the underlying handlebars lib to a newer version to fix this bug?
Thanks,
Zoli
(Possible workarounds until then: https://stackoverflow.com/questions/17664323/handlebars-doesnt-render-boolean-variables-when-false)
The text was updated successfully, but these errors were encountered: