Skip to content

Commit d7926b5

Browse files
committed
Undeprecate replaceReducer
1 parent 2c47353 commit d7926b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/api/Store.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ handleChange();
119119

120120
### <a id='replaceReducer'></a>[`replaceReducer(nextReducer)`](#replaceReducer)
121121

122-
>##### Deprecated
123-
124-
>This API has been [deprecated](https://github.com/rackt/redux/issues/350).
125-
>It will be removed when we find a better solution for this problem.
126-
127122
Replaces the reducer currently used by the store to calculate the state.
128123

129124
It is an advanced API. You might need this if your app implements code splitting, and you want to load some of the reducers dynamically. You might also need this if you implement a hot reloading mechanism for Redux.

0 commit comments

Comments
 (0)