@ice32
Nothing here yet.
Nothing here yet.
No blogs yet.
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 .