DEV Community

Discussion on: Server-Side Rendered App with Next.js, React and Redux

Collapse
 
daniilgri profile image
Danil Grishaev

/!\ You are using legacy implementaion. Please update your code: use createWrapper() and wrapper.withRedux().

Collapse
 
metin1 profile image
metin1

I had the same problem. I find a solution like this: "If you use Thunks middleware you don't need to use next-redux-wrapper." I removed it and my problem was solved.

Collapse
 
pushpit07 profile image
Pushpit

How does that work @metin1? Can you please explain or give an example? I'm facing the same issue