Not compatible with apps that use a strict `or` helper
runspired opened this issue ยท 2 comments
runspired commented
Had a fun debugging session tonight ๐ญ
My app defines an or
helper that does not come from ember-truth-helpers
. This or
helper is strict vs loose (meaning that it casts the return value to a boolean rather than returning a falsey or truthy value).
Turns out that the component assignment is depending on the loose or
miguelcobain commented
I see. Perhaps we should include our own "loose" or
helper.
miguelcobain commented
This fix was released on 5.0.0-beta.4
.