mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Add subscribe method
This commit is contained in:
parent
cbe4a4b104
commit
2e5df8eeff
|
@ -908,6 +908,8 @@ export function unliftStore<
|
||||||
|
|
||||||
dispatch,
|
dispatch,
|
||||||
|
|
||||||
|
subscribe: liftedStore.subscribe,
|
||||||
|
|
||||||
getState,
|
getState,
|
||||||
|
|
||||||
replaceReducer(nextReducer: Reducer<S & NextStateExt, A>) {
|
replaceReducer(nextReducer: Reducer<S & NextStateExt, A>) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user