next-redux-wrapper TypeError: nextCallback is not a function error in wrapper.getServerSideProps
I’m getting TypeError: nextCallback is not a function
error when I try to export wrapper.getServerSideProps
function.
I’m getting TypeError: nextCallback is not a function
error when I try to export wrapper.getServerSideProps
function.
I try to use Redux with next.js starter project and I installed next-redux-wrapper
on the project but I’m not sure where is the root file in this project.