After the react router v4 Link tag changes the search, the component is reloaded and v3 will not

< Link to= {{pathname: "/ users/", query: {type: "activity"} > aaa < / Link >
url: http://10.1.1.143:3200/users/951921?type=achievement
?type=achievement changes the whole component is reloaded, v3 will not
what is going on to ask for advice?


actually calls the history.push () method, which refreshes the entire page

Menu