Skip to content

Commit

Permalink
Merge pull request #447 from frontside-folio/jc/remove-hmr-router-hack
Browse files Browse the repository at this point in the history
Remove HMR router hack
  • Loading branch information
cherewaty authored Oct 3, 2018
2 parents f6e42fe + a8f8f08 commit 7516813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RootWithIntl.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class RootWithIntl extends React.Component {
<TitleManager>
<HotKeys keyMap={stripes.bindings} noWrapper>
<Provider store={stripes.store}>
<Router history={history} key={Math.random()}>
<Router history={history}>
{ token || disableAuth ?
<MainContainer>
<OverlayContainer />
Expand Down

0 comments on commit 7516813

Please sign in to comment.