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

Exception thrown from _fullyScopeQueryParams #15749

Closed
marxsk opened this issue Oct 19, 2017 · 2 comments
Closed

Exception thrown from _fullyScopeQueryParams #15749

marxsk opened this issue Oct 19, 2017 · 2 comments

Comments

@marxsk
Copy link

marxsk commented Oct 19, 2017

When there is an attempt to transition from one route to the another fast enough (model is not ready yet). I end up with:

ember.debug.js:30406 Uncaught TypeError: Cannot use 'in' operator to search for 'activeTab' in undefined
at Class._fullyScopeQueryParams (ember.debug.js:30406)
at Class._processActiveTransitionQueryParams (ember.debug.js:30344)
at Class._doTransition (ember.debug.js:30313)
at Class.transitionTo (ember.debug.js:27262)
at ember.debug.js:9523
at Object.flaggedInstrument (ember.debug.js:20751)
at Class._invoke (ember.debug.js:9517)
at Object.sendEvent (ember.debug.js:20007)
at Class.trigger [as _super] (ember.debug.js:35917)
at Class.trigger (ember.debug.js:44810)

The very same issue was already discussed (and resolved) in issue #14010 and PR #14068. I'm using 2.14.1 so it looks like regression. I'm happy to provide more information if needed.

@Serabe
Copy link
Member

Serabe commented Oct 26, 2017

Hello, @marxsk,

can you try and reproduce this in an ember-twiddle or a project we can fork?

Thank you!

@marxsk
Copy link
Author

marxsk commented Oct 27, 2017

Thanks for response, I have upgraded to 2.16.0 and I cannot reproduce this issue. So it should be already fixed.

@marxsk marxsk closed this as completed Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants