79078924

Date: 2024-10-11 15:52:40
Score: 0.5
Natty:
Report link

IF USING NEXTJS and TYPESCRIPT

For me, the issue was because, I had initially installed react-slick as a dependency rather than as a dev dependency.

I did the following -

npm uninstall react-slick @types/react-slick

npm install react-slick @types/react-slick

npm install --save react-slick @types/react-slick

Now, although its redundant having react-slick in both as dependency and dev dependency, however, thats what worked for me.

Good luck!

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Low reputation (1):
Posted by: Caleb Olojo