Created a new from the sratch React Application. Installed latest version of mobx. "react": "^17.0.2", "react-dom": "^17.0.2", Then followed steps mentioned in https://github.com/LeonardoGentile/react-mobx-router5-example Added plugins as mentioned. Issues: router.navigate('xyz') changing the url but not rerendering routing component. Can you please help me if something going wrong from my side.