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
should treat previous as true when previous is Some(0) because of the includeZero flag.
The way around this currently is to use an Option<String> instead of an Option<i32>
This code
should treat
previous
as true whenprevious
isSome(0)
because of the includeZero flag.The way around this currently is to use an
Option<String>
instead of anOption<i32>
handlebars-lang/handlebars.js#608 Relevant handlebars.js issue
The text was updated successfully, but these errors were encountered: