Last active
December 14, 2015 01:48
-
-
Save kagemusha/5008458 to your computer and use it in GitHub Desktop.
Ember Troubleshooting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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