use-cart icon indicating copy to clipboard operation
use-cart copied to clipboard

Module not found on NextJS

Open lvidal1 opened this issue 5 years ago • 0 comments

This package is awesome. However, while trying to use this package on NextJS and I am getting this error:

Could not find a declaration file for module 'use-cart'. 'c:/xampp/htdocs/fotomix-nextjs/node_modules/use-cart/dist/use-cart.cjs.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/use-cart` if it exists or add a new declaration (.d.ts) file containing `declare module 'use-cart';`

lvidal1 avatar Jan 22 '21 07:01 lvidal1