LeonardoGentile / react-mobx-router5

React components for routing solution using router5 and mobx
MIT License
59 stars 5 forks source link

Facing issues with latest version of react #17

Open prmkishor opened 2 years ago

prmkishor commented 2 years ago

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.

LeonardoGentile commented 2 years ago

@prmkishor sorry I haven't updated this in a while. I'm not sure it's still compatible with the latest versions of react and mobx