-
Notifications
You must be signed in to change notification settings - Fork 286
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
this._resetSubControllers is not a function #449
Comments
Thanks for reporting this. Definitely a regression. |
Please describe what do I need to do to fix this one for me? |
@teddyzeenny how to fix this? Do I need to replace these lines
with these,
or to pull something? or what? |
This has been fixed but I haven't been able to release on Chrome yet due to a bug in the Chrome Web Store. In the meantime you can:
|
Yea, already started to use FF. Thanks |
FYI the new version has been released on Chrome too. |
Perfect. (Y) |
I've got this error on transition from one route to another. But it's happens only if I refresh page with active tab with Ember-debugger. After that - every time after page reload I've got this error on the same transition. To fix - I should close Developer tools, refresh page and then open DevTools again
Stack is
at >> willDestroy @ VM26681:2298 is
return _oldWillDestroy.apply(_this2, _arguments);
from code
_oldWillDestroy is Ember.K (
function K() { return this; }
)_this2 is
I'm not sure that this bug is critical but it is confused
The text was updated successfully, but these errors were encountered: