Skip to content

Instantly share code, notes, and snippets.

@Aperyon
Last active October 29, 2017 10:29
Show Gist options
  • Save Aperyon/9ff659581fd8eef4a9dfa8a88575bdd8 to your computer and use it in GitHub Desktop.
Save Aperyon/9ff659581fd8eef4a9dfa8a88575bdd8 to your computer and use it in GitHub Desktop.
// only the changes here
+import { Route, Switch, withRouter } from 'react-router-dom';
-import { Route, Switch } from 'react-router-dom';
export default withRouter(connect(
state => ({
loggedIn: state.loggedIn,
}), {
changeLoggedIn,
}
)(ActuallyMainApp))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment