We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ReferenceError: window is not defined
Trying to use this in Next.JS throws ReferenceError: window is not defined.
Really like the look of this UI, so I hope this gets fixed soon.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Try installing the latest version (2.0.5) I have added some checks before using the window object
If there is still an issue then you should follow this guide: https://nextjs.org/docs/advanced-features/dynamic-import#with-no-ssr
Sorry, something went wrong.
Getting: ReferenceError: document is not defined, I will use the dynamic import until you push a fix.
ReferenceError: document is not defined
The issue seems to be from dependencies So possibly https://github.com/maslianok/react-select-me and it's dependency -> https://github.com/bvaughn/react-virtualized
Try tracking down what is causing it and let me know
No branches or pull requests
Trying to use this in Next.JS throws
ReferenceError: window is not defined
.Really like the look of this UI, so I hope this gets fixed soon.
Thanks in advance!
The text was updated successfully, but these errors were encountered: