I want to try nested routing but it is not working
Scenario: when I route for first time on /category/bags it is rendering correctly but when I refresh on this page it is giving me error page Not found
I tried with this.props.match.url and this.props.match.path but here I am getting error like there is no prop match.url
I have tried following links
https://reacttraining.com/react-router/web/guides/quick-start
How to include the Match object into a ReactJs component class?