routing: < Route path= "/ datareport/:name" component= {ReportIndex} > < / Route >
;
receive: `componentWillMount () {
document.title=""+this.props.params.name;
}`
access: Why does http://localhost:3000/datareport/3
make an error saying there is no name attribute