Closed JaeWangL closed 3 years ago
I am too .
"next": "10.0.3", "react": "17.0.1", "react-particles-js": "3.4.1",
me too. it worked until today. been working with it for the last 1 year.
Hi @JaeWangL and @traubas,
You can fix that installing tsparticles@1.19.2
. I made a change in 1.19.3
that broke this package. I’ll fix it ASAP.
Sorry for the inconvenience
Hi @JaeWangL and @traubas,
You can fix that installing
tsparticles@1.19.2
. I made a change in1.19.3
that broke this package. I’ll fix it ASAP.Sorry for the inconvenience
This work!! Thank you~~
is it like npm install tsparticles@1.19.2 ?? I'm new to React, anyway when I run the command nothing change it's still giving me the error 'TypeError: Cannot read property 'circle' of undefined' thanks in advance
@Ayoubho22 you need to replace the sub-dependency. In yarn you can use resolutions. Npm is a bit more of a pain.
Yarn: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
NPM: https://stackoverflow.com/questions/15806152/how-do-i-override-nested-npm-dependency-versions
Thanks @matteobruni for the quick support.
I released 1.19.4
with the bug fix. Everything should be fine now.
Hi @GitGitBoom
Can you maybe write it down (with yarn)? I tried, but it didn't work. Thanks in advanced. Im also just a beginner :)
@RilleMichi just update the tsparticles
dependency and you're done
@lindelof tsparticles is not an advertised library, but a dependency of react-particles-js. @matteobruni is the creator of tsparticles, so listen to him
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm working this library with next.js
But when I run my app package says "TypeError: Cannot read property 'circle' of undefined"