-
Notifications
You must be signed in to change notification settings - Fork 112
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
Can we have this awesome package in Next JS? #7
Comments
@ShahriarDhruvo Hey, I'm currently using the same library in nextjs too. The reason for the 'window is undefined' is because What I mean is that the error is correct for throwing because the library does not take care of SSR too, which is understandable due to the extra work it needs but it would be very nice feature for us working with such frameworks. @xzdarcy If you know/think there is something we can help you with in this area please let us know so we can contribute to it |
I'm sorry I've been busy lately and haven't had time to fix this. Any relevant PRs and tests are welcome |
When you implement your library in a fresh NextJS project you'll face that error. If you don't please let us know. And when do you plan to release this package as beta? |
I'm sorry that I have been busy with work recently and haven't updated for a long time. I just removed the window reference and released version 0.0.4. Feedback is welcome for any questions. |
Hey bro, I wanna use this package in one of my package. Currently I am facing trouble implementing it in next.js the error is some thing to do with "window". So do you plan to support nextjs too? If you want I can reimplement it in next and give you the exact errors?
The text was updated successfully, but these errors were encountered: