Detect change in query param react-router-dom v4.x and re-render component
问题 I am not really sure why its showing the default route once I did a query param change. Is there a better approach for this kind of issue? maybe I shouldn\'t be using query param? Open to get educated! Version \"react\": \"^16.2.0\", \"react-dom\": \"^16.2.0\", \"react-router\": \"^4.2.0\", \"react-router-dom\": \"^4.2.2\", Test Case https://codepen.io/adamchenwei/pen/YeJBxY?editors=0011 Steps to reproduce Click on Home -> Step 1 Expected Behavior Go to Step 1 as well as Step 2 render correct