You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
Going back routes using the browser's back button does not work on the first try, without triggering any actions it takes 3 tries but when I trigger an action it requires a lot more to get back, e.g. 9 clicks of the back button when 2 actions triggered and 14 again when 4 actions triggered.
If it is useful, I am using react-router's <Link /> component to fashion my links.