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
Here in the ScrollyVideo.jsx component, we can see videoPercentage being passed into the JS class.
But a quick CMD+F in the ScrollyVideo.js file reveals that the passed value is not used at all. Not sure how this affects things, but might be a cause for some unintended bug.
The text was updated successfully, but these errors were encountered:
Here in the
ScrollyVideo.jsx
component, we can seevideoPercentage
being passed into the JS class.But a quick CMD+F in the
ScrollyVideo.js
file reveals that the passed value is not used at all. Not sure how this affects things, but might be a cause for some unintended bug.The text was updated successfully, but these errors were encountered: