Closed srsgores closed 4 years ago
Can you provide a demo / reproduction?
@rwjblue: I can PM you a link. Leave your contact details
Which e-mail am I sending the repro to?
@srsgores Often we use https://ember-twiddle.com/ or if that doesn't work for your use case a sample repository and link to it here. The goal with a reproduction of the issue is to demonstrate the bug, and in many cases when trying to create a simple example we find out where the bug is, either in our codebase or in some cases in the framework.
Also, sharing a simple reproduction in code helps others address a problematic use case. Can you re-create the issue using ember-twiddle?
Closing due to lack of reproduction. If you are able to publish the reproduction, or if you encounter the same bug for newer versions of Ember, please let us know!
Upon upgrading a legacy ember app, the model is unable to resolve to
ArrayProxy
:The error occurs on this line:
As here.
By the looks of it, some models will not have prepopulated with
this.objects
, so we should check that this array is alsoundefined
as opposed to justnull
: