next-startd
next-startd copied to clipboard
warning on react-particles lib
When I'm building I got:
warning " > [email protected]" has incorrect peer dependency "react@^16.0.0".
The library is deprecated...
The fix: remove the package and install
"react-tsparticles": "2.5.3",
(and change the relevant import in the project...)