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
The fallback for the guard introduced in
32d6f07 (which takes effect when
running on Ember < 3.27) is somewhat fundamentally borked. Due to the
usage of `var Ember` and the fact that `var` hoists, the fallback in the
ternary **can never** anything but `undefined`.
0 commit comments