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
In the code above if props.url is updated Router doesn't rerender.
Looking at the code it comes from the fact that state.url is used in the render method and that it's never updated with props.url
I can PR if you want.
The text was updated successfully, but these errors were encountered:
version : 3.0.1
In the code above if
props.url
is updated Router doesn't rerender.Looking at the code it comes from the fact that
state.url
is used in the render method and that it's never updated withprops.url
I can PR if you want.
The text was updated successfully, but these errors were encountered: