Greetings! Thx for a great package!! Would like to know if you can help me with the following issue.
I am having trouble redirecting between two links, that are related to one
<Route path='/dashboard/:folder?' component={Dashboard}>
So, lets say, I am currently on path '/dashboard/1', and somewhere in Dashboard child I have
<Link to={"/dashboard/2"}/>
Behavior is such that url changes, but component is not rerendering as i want it to. I want it to be remounted to have componentDidMount() called again. Is that possible? When I am navigating to some other path my Dashboard component unmounts, but not in case with same path with different params
This is a bug tracker, not a support system. For usage questions, please use Stack Overflow or Reactiflux where there are a lot more people ready to help you out. Thanks!
@VALIKCOOL have you able to work this around?