-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing firstObject
does not cause a rerender.
#13240
Comments
Is that a supported way to mutate an ember array? o_0 cc @rwjblue |
I would not expect |
I would expect that the call either sets it or raises a |
@Serabe - Ya, I agree that silently failing isn't good. I would lean towards making it a Open to suggestions from @krisselden / @mmun though... |
Setting |
Ya, it seems rare and also a likely source for other bugs... |
Perhaps some clarity can be added to the API docs for |
Given the following template:
Setting
collection.firstObject
to a different value does not rerender.Twiddle
The text was updated successfully, but these errors were encountered: