This could be useful for example to scroll to a particular hash on the page (even if it is already in the URL) Currently the `transformAction` middleware blocks actions that match the current route exactly, because `req.isDoubleDispatch()` is `true`.
This could be useful for example to scroll to a particular hash on the page (even if it is already in the URL)
Currently the
transformActionmiddleware blocks actions that match the current route exactly, becausereq.isDoubleDispatch()istrue.