We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a8d20 commit c4fd051Copy full SHA for c4fd051
packages/@ember/routing/router.ts
@@ -1898,7 +1898,7 @@ EmberRouter.reopen({
1898
1899
// FIXME: Does this need to be overrideable via extend?
1900
url: computed(function (this: EmberRouter) {
1901
- let location = get(this, 'location') as string | EmberLocation;
+ let location = get(this, 'location');
1902
1903
if (typeof location === 'string') {
1904
return undefined;
0 commit comments