Marhime

Results 1 comments of Marhime

Hey @Nicknyr, You should create your instance inside ComponentDidMount instead of the render() function. Something like that: ``` componentDidMount() { const animation = new hoverEffect({ parent: this.myRef.current, intensity: 0.3, image1:...