-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
Do you want to request a feature or report a bug?
This is a bug report about http://redux.js.org/
What is the current behavior?
When I open a new tab in a browser and load http://redux.js.org/docs/basics/UsageWithReact.html#containersfilterlinkjs (or anything with an anchor), it behaves differently across browsers:
- On Firefox 49, the URL changes to http://redux.js.org/docs/basics/UsageWithReact.html but it does not show the
#containersfilterlinkjssection, titledcontainers/FilterLink.js - On Chrome 53.0.2785.116, the URL changes in the same way but I see the
containers/FilterLink.jssection
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar.
(see above)
What is the expected behavior?
- It should show the linked anchor section in Firefox
- The URL should retain the anchor so that I can easily copy and paste the link to share it with someone
Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux?
N/A
This is also broken in development versions of Firefox