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
I am not sure if its a bug or a feature, but I would expect booleans to be converted to the string value of them (e.g. bool.toString() which will result in 'true' or 'false')
This is the current behavior with handlebars 1.3.0:
I am not sure if its a bug or a feature, but I would expect booleans to be converted to the string value of them (e.g. bool.toString() which will result in
'true'
or'false'
)This is the current behavior with handlebars 1.3.0:
The text was updated successfully, but these errors were encountered: