You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2022. It is now read-only.
Things work well on a page where the Parallax element is used and then when you change the state, there's an infinite number of these errors: Uncaught TypeError: Cannot read property 'style' of undefined at Object._calcTranslation (index.js:44)
Here's the simple implementation I'm using...
import React, {Component} from 'react';
import Parallax from 'react-simple-parallax';