jkytoela / next-startd

⚡ Free Next.js landing page template for SaaS products, online services and more.
https://next-startd.vercel.app
MIT License
654 stars 109 forks source link

warning on react-particles lib #8

Open barshag opened 1 year ago

barshag commented 1 year ago

When I'm building I got:

warning " > react-particles-js@3.4.1" has incorrect peer dependency "react@^16.0.0".

barshag commented 1 year ago

The library is deprecated...

The fix: remove the package and install

"react-tsparticles": "2.5.3",

(and change the relevant import in the project...)