Skip to content

Commit

Permalink
Fix showcase navigation issue when navigating from browser buttons. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreet-hanjra authored and m-allanson committed Feb 15, 2019
1 parent e651e9c commit dc0121e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/url-query.js
Expand Up @@ -14,7 +14,7 @@ class URLQuery extends Component {

this.getDerivedStateFromQuery(search)

this.unlisten = globalHistory.listen(({ search }) => {
this.unlisten = globalHistory.listen(({ location: { search } }) => {
this.getDerivedStateFromQuery(search)
})
}
Expand Down

0 comments on commit dc0121e

Please sign in to comment.