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 beta] Lock route-recognizer to 0.2.7. #14549

Merged
merged 1 commit into from
Oct 30, 2016
Merged

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Oct 30, 2016

0.2.8 now throws an error when attempting to call generate without all the required params (which is a good thing), but unfortunately something that Ember is doing in {{link-to's href generation is causing us to call .generate when the object is already being destroyed (and our params are undefined).

Related to #14546 (comment).

0.2.8 now throws an error when attempting to call `generate` without all
the required params (which is a good thing), but unfortunately something
that Ember is doing in `{{link-to`'s `href` generation is causing us to
call `.generate` when the object is already being destroyed (and our
params are undefined).
@rwjblue rwjblue merged commit 29ab335 into emberjs:beta Oct 30, 2016
@rwjblue rwjblue deleted the lock-r-r branch October 30, 2016 13:44
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

Successfully merging this pull request may close these issues.

1 participant