Fixed hybrid issues

This commit is contained in:
frikky
2020-11-15 16:28:20 +01:00
parent 8abd1584aa
commit 3f98f986e7
8 changed files with 369 additions and 152 deletions
+8
View File
@@ -0,0 +1,8 @@
import { createBrowserHistory } from 'history';
var localExport
if (typeof window !== 'undefined') {
localExport = createBrowserHistory({forceRefresh: true});
}
export default localExport