Fix hot-reloading breaking react-router-dom

This commit is contained in:
Matthew Penner 2020-12-28 11:10:01 -07:00
parent dbb6f69e00
commit b19406bf22
2 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1,3 @@
import { createBrowserHistory } from 'history';
export const history = createBrowserHistory({ basename: '/' });