next-startd icon indicating copy to clipboard operation
next-startd copied to clipboard

warning on react-particles lib

Open barshag opened this issue 3 years ago • 1 comments

When I'm building I got:

warning " > [email protected]" has incorrect peer dependency "react@^16.0.0".

barshag avatar Nov 20 '22 21:11 barshag

The library is deprecated...

The fix: remove the package and install

"react-tsparticles": "2.5.3",

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

barshag avatar Nov 20 '22 21:11 barshag