gaearon/flux-react-router-example

Refreshing doesn't work as you would expect.

cgarvis opened this issue · 7 comments

Can you give more exact steps to reproduce the problem?

Do you see this locally or on hosted example? I can't repro.

Maybe you're hitting Enter too fast and input box grabs the focus? I should probably remove autofocus when we're on a user page..

Search for someone other than yourself and then refresh the page.

Hmm didn't work on my Mac but works on my phone. I'll see if I can reproduce tonight on my computerr

Do you have Windows Phone by chance?

Closing this out since I can't reproduce.
Let me know if you find a repro!

Could also be related to remix-run/react-router#586 which has been fixed upstream.

I can reproduce.

Click on the original link in this issue, then click in the URL bar and hit enter. (Applies to any "user" page)

Thanks, I see that now!
Fixed by removing autofocus completely.