Hey there, I'm trying to implement a ScrollTrigger on to multiple components using React. In short, I am trying to implement it in a way where every Component rendered will have its own ScrollTrigger, but while reusing the component it is only firing when it gets to the first component and applies the effects on all the components, I am pretty sure there is a simple way using this with react, but I can"t seem to find, if someone can help me out?