You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reducer.js:23 Uncaught TypeError: Cannot read properties of undefined (reading 'type') i'm calulating total price of basket but it shows this error in inspect>> console .shows error in reducer,js >>>> " switch (action.type)"
#50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
The text was updated successfully, but these errors were encountered:
minal322
changed the title
reducer.js:23 Uncaught TypeError: Cannot read properties of undefined (reading 'type')
reducer.js:23 Uncaught TypeError: Cannot read properties of undefined (reading 'type') i'm calulating total price of basket but it shows this error in inspect>> console .shows error in reducer,js >>>> " switch (action.type)"
Aug 5, 2022
)}
decimalScale={2}
value = {getBasketTotal(basket)} //error exist here
displayType={"text"}
thousandSeparator={true}
prefix={"₹"}
/>
<button onClick={e => history('/payment')}>Proceed to Checkout and Check Total Price </button>
No description provided.
The text was updated successfully, but these errors were encountered: