componentDidMount () {
      const emiter = this.context[contextProp]
      if (emiter) {
        emiter.on(this.onUpdate)
      }