Open
Description
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
Labels
No labels