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
When user is at URL /tags/cats and clicks on a different tag, for ex. /tags/dogs, no remount happens, and that's indeed the intended behavior.
But if the user is at the homepage / and clicks on a tag and vice-versa, the component remounts. How can I avoid this remounting?
The text was updated successfully, but these errors were encountered:
I have two routes that both should display Home component:
When user is at URL /tags/cats and clicks on a different tag, for ex. /tags/dogs, no remount happens, and that's indeed the intended behavior.
But if the user is at the homepage / and clicks on a tag and vice-versa, the component remounts. How can I avoid this remounting?
The text was updated successfully, but these errors were encountered: