To help make the process of writing Redux efficient and more enjoyable, the Redux team offers a toolkit that abstracts over the process of setting up a Redux store and provides helpful Redux add-ons and utilities that help to simplify application code. For example, the library uses Immer.js,...
Below are my pakages "@reduxjs/toolkit": "^1.9.7", "next": "14.0.1", "react-redux": "^8.1.3", The issue have been facing is settin up redux toolkit with the latest stable version of next just. when it compiles i get this error and the lo...