Skip to content

Replace state mountpoints should hydrate the URL on history navigation #72

@dhassaine

Description

@dhassaine

When you navigate through the browser history, the replace state mount points are out of sync with the store.

  1. Start the demo
  2. Navigate to counter
  3. Increment the first counter which is a pushState mounpoint
  4. Increment the second counter which is a replaceState mountpoint
  5. Click browser back button
  6. Observe the second counter value is 1
  7. Refresh browser
  8. Observe the second counter value is now 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions