Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error self is not defined qr-code-styling.js [typescript expressjs] #215

Open
dracula9906 opened this issue Aug 15, 2024 · 1 comment
Open

Comments

@dracula9906
Copy link

ReferenceError: self is not defined
at Object. (xxxx/node_modules/qr-code-styling/lib/qr-code-styling.js:1:208)

@drmarshall
Copy link

Probably you are using nextjs / RSC? You need to import the library dynamically on client (skip SSR with a useEffect) since the DOM libraries elements are not available.

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

No branches or pull requests

2 participants