Skip to content
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

bugfix: "You attempted to access the length property of (unknown)" #1148

Merged
merged 1 commit into from
Jan 2, 2019

Commits on Nov 27, 2018

  1. "You attempted to access the length property (of <(unknown):ember71…

    …2>).
    
    Since Ember 3.1, this is usually fine as you no longer need to use `.get()`
    to access computed properties. However, in this case, the object in question
    is a special kind of Ember object (a proxy). Therefore, it is still necessary
    to use `.get('length')` in this case.
    
    If you encountered this error because of third-party code that you don't control,
    there is more information at emberjs/ember.js#16148, and
    you can help us improve this error message by telling us more about what happened in
    this situation."
    Marc Lundgren committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    93eac86 View commit details
    Browse the repository at this point in the history