Figure out any docs changes that might be needed and update them: ## RTK - [x] Remove deprecations - [x] Document new features - [x] Set up error codes page for RTK - [x] Document `selectSlice` - [x] Look for uses of `@reduxjs/toolkit/dist` in the docs - [x] Update TS usage to mention `getState() as RootState` _plus_ an explicit return type - [x] Mention `isAction` in the migration guide - [x] Update repo README - [x] Land the Next.js usage docs - [x] Reselect `ParametricSelector` removal (and `weakMapMemoize` as default?) - [x] Rename migration page and update release note links in existing RCs for completeness) - [x] Make sure `middleware` comes before `enhancers` so we can infer types for `getDefaultEnhancers` correctly ## Core - [x] Update repo README - [x] Land the Next.js usage - [x] Add error codes page to sidebar for core - [x] Core docs TS changes? - [x] Copy migration guide - [x] document `isAction` and `isPlainObject` - [x] Be sure to mention `createStore` deprecation in the core API ref ## Release Notes - [x] Redux core - [x] `createStore` deprecation - [x] RTK - [x] `createStore` deprecation - [x] Reselect `weakMapMemoize`, `lruMemoize`, and dev checks - [x] Reselect - [x] React-Redux
Figure out any docs changes that might be needed and update them:
RTK
selectSlice@reduxjs/toolkit/distin the docsgetState() as RootStateplus an explicit return typeisActionin the migration guideParametricSelectorremoval (andweakMapMemoizeas default?)middlewarecomes beforeenhancersso we can infer types forgetDefaultEnhancerscorrectlyCore
isActionandisPlainObjectcreateStoredeprecation in the core API refRelease Notes
createStoredeprecationcreateStoredeprecationweakMapMemoize,lruMemoize, and dev checks