We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9305180 commit 0e162c6Copy full SHA for 0e162c6
packages/app/src/app/pages/Search/index.js
@@ -46,7 +46,7 @@ class Search extends React.PureComponent {
46
};
47
48
this.unlisten = this.props.history.listen((location, action) => {
49
- if (action === 'PUSH') {
+ if (action === 'PUSH' || action === 'POP') {
50
this.setState({
51
searchState: qs.parse(location.search.slice(1)),
52
});
0 commit comments