I create a menu and want to highlight the item which i choose,and i did it. But when i press back/forward button,the menu item don\'t highlight. What should i do?
I ha
Intercepts the current URL and then set selectedKeys(Note that it is not defaultSelectedKeys).
componentWillMount(){ hashHistory.listen((event)=>{ pathname = event.pathname.split("/"); if(pathname != null){ this.setState({ test:pathname[1] }); } }); }