From 1283588176a363a0eedb2b858a50bfddd9dfc268 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 5 May 2020 21:48:34 +0200 Subject: [PATCH] ember-router-scroll: Fix deprecation warning Overriding the default `locationType` is deprecated now --- config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.js b/config/environment.js index c9d2b603e84..5e77cbb9e79 100644 --- a/config/environment.js +++ b/config/environment.js @@ -5,7 +5,7 @@ module.exports = function (environment) { modulePrefix: 'cargo', environment, rootURL: '/', - locationType: 'router-scroll', + locationType: 'auto', historySupportMiddleware: true, EmberENV: { FEATURES: {