You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inside a component, linking to that page does not work. The moment I remove the loadProps property and reload the page, using <Link /> to that page works again. The url updates but the page does not actually switch unless you do a refresh.
Edit: Also noticed this only happens when loadProps is inside of a child route component.
The text was updated successfully, but these errors were encountered:
zackify
changed the title
loadProps breaks linking to different pages in react-router 2.0
loadProps in child route breaks <Link /> in react-router 2.0
Jan 13, 2016
When I have
inside a component, linking to that page does not work. The moment I remove the loadProps property and reload the page, using
<Link />
to that page works again. The url updates but the page does not actually switch unless you do a refresh.Edit: Also noticed this only happens when loadProps is inside of a child route component.
The text was updated successfully, but these errors were encountered: