@ice32
Nothing here yet.
Nothing here yet.
No blogs yet.
Thank you, I've managed to get it working. I'm using hashHistory and 'this.context.router.push'. I've switched to ES6 classes in the process, I don't know if that was necessary. Here's my code for BugList component if anyone needs it. https://jsbin.com/wuvexa/edit?js
I'm having problems adding priority and status query to url. When I use this.props.history.push , like you did, I get a warning that it's deprecated. But when I use browserHistory.push({search:'?' + $.param(filter)}) , I get url that looks like this http://localhost:3000/?priority=p3&status=new#/bugs?_k=ai2nnc and it doesn't get recognized by this.props.location .