-
Notifications
You must be signed in to change notification settings - Fork 840
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
Cannot use with NextJS #1341
Comments
I will be working on a solution this week. |
Ok, that has been removed. From v4.7.3 the CSS should be the handler on the application. |
hey @hodeware was there a solution for this? I am facing the same problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When attempting to use this package with NextJS, the following error occurs:
The root of the issue is that there is a CSS import within this package, which NextJS does not support.
NextJS recommends the following:
Reach out to the maintainer and ask for them to publish a compiled version of their dependency.
Would this be possible? Would probably just be a matter of having a separate JS file that does not import the CSS file but does everything else the same way.The text was updated successfully, but these errors were encountered: