Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Not working with Next.js #87

Open
pascaliii opened this issue Aug 11, 2022 · 1 comment
Open

Not working with Next.js #87

pascaliii opened this issue Aug 11, 2022 · 1 comment

Comments

@pascaliii
Copy link

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
Copy link

I had the same issue

Import like that inside your useEffect :

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants