Next JS error useReducer hook calls twice
I am using useReducer hook on my Next JS Ecommerce project to manage my global state, and I have noticed that whenever I make a dispatch to update my global state it gets called twice, for example when I implemented it on my add to cart functionality, whenever I click on the add to cart button to update the state it increments by two instead of one.
Admin
2023-02-03
This only happens when you are in a development environment. To stop it all you have to do is go to Next JS config and change react strict mode to false then stop your development server and run it again.
Similar Content
- Deployment RollupError: Could not resolve "./Features/Home/Home.jsx" from "src/App.jsx"
- Adding bootstrap to next.js
- Error Cannot find module 'react-dom/client' or its corresponding type declarations
- How to change the background of a selectfields dropdown using css or tailwind
- How to add html5 video plugin to django ckeditor
Privacy Policy
By using our website,
you agree that devmaesters can store cookies on your device and disclose information in accordance with our privacy policy.