Skip to content

Instantly share code, notes, and snippets.

@kagemusha
Last active December 14, 2015 01:48
Show Gist options
  • Save kagemusha/5008458 to your computer and use it in GitHub Desktop.
Save kagemusha/5008458 to your computer and use it in GitHub Desktop.
Ember Troubleshooting
Uncaught Error: assertion failed: Cannot call get with 'id' on an undefined object. (em1.0.rc1)
- make sure link is properly defined
e.g. {{#linkTo item}} will cause problems: should be {{#linkTo item item}}
Uncaught TypeError: Object <(generated set controller):ember417> has no method 'addArrayObserver' (em1.0.rc1)
- can happen when controller is Em.ArrayController but should be Em.ObjectController (perhaps no array defined)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment