reactjs / react-router-tutorial

5.52k stars 1.75k forks source link

Add `match` to resolve params #339

Open gazdagergo opened 5 years ago

gazdagergo commented 5 years ago

To reach params you need to call this.props.match.params insted of this.props.params. I added match to readme.