ashthornton / asscroll

Ash's Smooth Scroll 🍑
MIT License
947 stars 27 forks source link

Not working with Next.js #87

Open pascaliii opened 2 years ago

pascaliii commented 2 years ago

Hi, i would like to use Asscroll in my Next.js project. When i use the "zero config setup", it throws the error "Self is not defined". I tried to use dynamic imports and set asscroll-container="true", but its not fixing the problem.

Does anyone know any other solutions?

luciamvm commented 2 years ago

I had the same issue

Import like that inside your useEffect :

const ASScroll = require("@ashthornton/asscroll");
const asscroll = new ASScroll();