basir / node-react-ecommerce

Build ECommerce Website Like Amazon By React & Node & MongoDB

Home Page:https://node-react-ecommerce-app.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js_cookie__WEBPACK_IMPORTED_MODULE_2___default.a.getJSON is not a function

SrushtiKulpe opened this issue · comments

While adding cookies in cart I'm getting this error:
js_cookie__WEBPACK_IMPORTED_MODULE_2___default.a.getJSON is not a function

image

Reinstall js-cookie version 2.2.1. It is ok for me.

npm uninstall js-cookie
npm install js-cookie@2.2.1
and then restarting the app worked for me.

install js-cookie version 2.2.1
and then restarting the server that should work.