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