reduxjs / redux-toolkit

The official, opinionated, batteries-included toolset for efficient Redux development
https://redux-toolkit.js.org
MIT License
10.65k stars 1.16k forks source link

[Breaking] Rename RTKQ `RootState` type #4530

Open markerikson opened 1 month ago

markerikson commented 1 month ago

Per https://github.com/reduxjs/redux/pull/4706 , having that RootState type exported makes it possible for an editor to accidentally import it instead of an application's self-defined RootState type.

median-dxz commented 1 month ago

Just a small reminder: the release title on GitHub related to this update is 2.2.6. Please take a moment to update it when you have the chance. Thanks to you and arya heavily work for this update.

EskiMojo14 commented 1 month ago

@median-dxz fixed, thanks