Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Not all issues with back button are resolved #45

@smashercosmo

Description

@smashercosmo

Consider the following routes structure

<Route path="/" component={Main}>
  <IndexRoute component={LandingPage}/>
  <Route component={App}>
    <Route path="product" component={ProductPage}/>      
  </Route>
</Route>

When I go from LandingPage to ProductPage (simply clicking <Link to="/product">) and then try to go back, using browser's back button, I have to press back button five times for this transition to happen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions