-
Notifications
You must be signed in to change notification settings - Fork 19
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
unable to use it with next 14 #22
Comments
same |
Mine is shouting Warning: [JSS] SheetsManager: can't find sheet to manage at ConfettiExplosion. |
Same here - package is currently unusable on Next.js 14. Seems like it's related to SSR, as when you mark it as use client it throws a server-client mismatch. |
Any updates on this situation? I am seeing the same issue. |
though i haven't tried this, by default next 14 components are SSR unless 'use client' is specified in a client component. i am only assuming marking the component as a client component by adding
on the top of the your component implementation might solve this problem. |
No this isn't it - as I noted above, it throws a server / client mismatch if you mark it with use client. I can probably investigate it and push a fix myself, if the owner's happy for me to do it. |
Dynamically importing the package with ssr:false resolves the server/client mismatch issue: However, there is still a warning: Warning: [JSS] SheetsManager: can't find sheet to manage, and it doesn't work at all. |
for some reason it won't compile :(
The text was updated successfully, but these errors were encountered: