Open cheestudio opened 1 year ago
I'm having the same issue
Same here, only seems to be affecting me after upgrading next from 13.4.12 to 13.5.2.
I see this warning in the console.
Warning: [JSS] SheetsManager: can't find sheet to manage at ConfettiExplosion
If anyone needs a quick solve, I switched to:
https://www.npmjs.com/package/react-dom-confetti
Works more or less the same, was nearly a drop-in replacement.
same here Next.js & tailwindcss
Same here!
Same here
Exactly the same reason and console.log error!
Same here, only seems to be affecting me after upgrading next from 13.4.12 to 13.5.2.
I see this warning in the console.
Warning: [JSS] SheetsManager: can't find sheet to manage at ConfettiExplosion
Hey folks, Will anyone take on the task of solving it or creating an alternative?
@A7med3bdulBaset
See above! I switched to:
https://www.npmjs.com/package/react-dom-confetti
Works more or less the same, was nearly a drop-in replacement.
@A7med3bdulBaset
See above! I switched to:
https://www.npmjs.com/package/react-dom-confetti
Works more or less the same, was nearly a drop-in replacement.
I tried it but it makes scroll issue
Same here
same here
yep same issue
Chances are this repo is abandoned, but in the vain hope that you're still around...
I've loved using this little package, it's been perfect for my needs. I've been building an app on React18 and it was working great. I recently updated to the latest NextJS version, and it no longer seems to function. The issue seems to be that the CSS never gets enqueued. The HTML elements are injected and appear in the DOM, but there's no accompanying styles.
Any ideas?