From 9b4f71c5fc529693ebf624670c9f30c701cd5d8b Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sun, 30 Oct 2016 09:19:00 -0400 Subject: [PATCH] Lock route-recognizer to 0.2.7. 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). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 807efb67ea5..e9db73aeece 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mocha": "^2.4.5", "qunit-extras": "^1.5.0", "qunitjs": "^1.22.0", - "route-recognizer": "^0.2.7", + "route-recognizer": "0.2.7", "rsvp": "~3.2.1", "serve-static": "^1.10.0", "simple-dom": "^0.3.0",