```componentWillReceiveProps(nextProps) { if (this.props.location.key !== nextProps.location.key) { this.props.feedQuery.refetch() } } ```