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
Can confirm this is a change in behavior, the original assertion this was based on only runs against non-falsy values (terribly inconsistent, but no reason it should have changed). Will try to get a fix in for this today.
Here is a reproduction repo
The last commit downgrades Ember to 3.12 and the example works. The previous is on Ember 3.13 and does not.
Having a computed property that depends on an array with
undefined
in it by using@each
is broken in 3.13.P.S. The error is something like
When using @each to observe the array ``, the items in the array must be objects
.The text was updated successfully, but these errors were encountered: