reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.51k stars 15.26k forks source link

doc not match in setup with nextjs #4664

Closed liebespaar93 closed 4 months ago

liebespaar93 commented 4 months ago

What docs page needs to be fixed?

What is the problem?

What should be changed to fix the problem?

app/ProductName.tsx

need to fix lib/providers.tsx

in doc

image

real in npx create-next-app --example with-redux my-app

image

how can i Contributing this issue?

EskiMojo14 commented 4 months ago

we actually have an ongoing PR to get the template updated to match the docs, rather than the other way around :)

https://github.com/vercel/next.js/pull/59864/