mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Prefix window global with window.
This commit is contained in:
parent
78de6d9d69
commit
1362d2bd16
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export class SearchPageComponent extends Component {
|
|||
this.fetchMoreListingsToMap(nextProps.location);
|
||||
|
||||
// If no boundsChanged url parameter is given, this is original location search
|
||||
const { boundsChanged } = parse(location.search, {
|
||||
const { boundsChanged } = parse(window.location.search, {
|
||||
latlng: ['origin'],
|
||||
latlngBounds: ['bounds'],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue