-
Notifications
You must be signed in to change notification settings - Fork 640
Back button doesn't work #39
Comments
Confirming that this is the case for me also, and I'm also using |
Any chance that you all could try this experimental branch? #40 I believe that's going to solve a lot of these issues. |
Please try 0.0.9, it should be much more robust. Please re-open this issue if you have problems! I'm 99% sure this should be fixed. |
I'm having this same issue with 0.0.10. Component which initiates the It seems transition properly though back doesn't seem to work. |
Check out #45, we're debugging those kind of issues there now. |
@jlongster I think maybe I am not binding the Does this look right? EDIT: |
Hi all, Perhaps I'm doing something wrong. Any help would be appreciated! |
@dimroc @jlongster I'm having the same issue and I have npm version |
Please open a new issue with your specific STR. |
Hi All, did anyone find (and remember) a solution here? @jlongster what's "STR"? |
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.The text was updated successfully, but these errors were encountered: