Redux toolkit Presist Error
Hey guys im getting this error when i try to get presist in redux-toolkit. I have tried adding a middleware from the redux docs but getDefaultMiddleware is now depricated and the other stuff didnt work for me. Im curious if anyone has gone through this issue. (Working with redux toolkit cuz thats what my client wants )
This is my index.js store file for redux toolkit. Appreciate all the help i can get 🙂
1 Reply
I fixed it if anyone wants to know in the future