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.
2 parents 11ebff2 + 61fc9ef commit 04d8958Copy full SHA for 04d8958
src/Router/utils/helpers.js
@@ -88,6 +88,7 @@ export const getConfigMap = () => {
88
'autoRestoreRemote',
89
'numberNavigation',
90
'updateHash',
91
+ 'storeSameHash',
92
].reduce((config, key) => {
93
config.set(key, isObj ? routerSettings[key] : Settings.get('platform', key))
94
return config
0 commit comments