Skip to content

onChange is not triggered when required component reaches viewport #172

Open
@cullsin

Description

@cullsin

Hi,

I have a home page with few components. When I reach component 'x' , I need to trigger a state. It is not working. But onChange event triggered when initialize, but not on scroll. Please suggest what I am missing.

  <VizSensor
    scrollCheck
    key={index}
    onChange={(isVisible) => {
      this.setState({
        isButton: true
      });
    }}
  >
  <ComponentTest
    key={index}
    heading={item.heading}
    description={item.description}
    pros={homePageTranslations.subscriptionFeatures.pros}
    boxes={homePageTranslations.subscriptionFeatures.boxes}
    language={this.props.i18n.language}
    t={this.props.t}
  />
  </VizSensor>

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions