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 7f5de71 commit 6526e70Copy full SHA for 6526e70
1 file changed
modules/components/Routes.js
@@ -26,8 +26,7 @@ var REF_NAME = '__activeRoute__';
26
var NAMED_LOCATIONS = {
27
hash: HashLocation,
28
history: HistoryLocation,
29
- refresh: RefreshLocation,
30
- disabled: RefreshLocation // TODO: Remove
+ refresh: RefreshLocation
31
};
32
33
/**
0 commit comments