Fixed hybrid issues
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { createBrowserHistory } from 'history';
|
||||
|
||||
var localExport
|
||||
if (typeof window !== 'undefined') {
|
||||
localExport = createBrowserHistory({forceRefresh: true});
|
||||
}
|
||||
|
||||
export default localExport
|
||||
Reference in New Issue
Block a user