Questions tagged [locomotive-scroll]

No instructions have been provided for implementing this tag … at this time!

Having difficulty with installing node-sass in my react application

After installing locomotive-scroll, I encountered issues trying to install node-sass in my react app. When running the command npm install node-sass, I received an error with the message ERR_SOCKET_TIMEOUT. Furthermore, attempting to execute npm start resu ...

Cleaning up with useEffect in the newest version of React

Recently, I made the switch to using locomotive scroll with next.js. However, after upgrading to react v18, my clean up stage has suddenly stopped working. Can someone shed some light on why this might be happening? useEffect(() => { let scroll; import( ...