Skip to content

Commit 2e5df8e

Browse files
committed
Add subscribe method
1 parent cbe4a4b commit 2e5df8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/redux-devtools-instrument/src/instrument.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,8 @@ export function unliftStore<
908908

909909
dispatch,
910910

911+
subscribe: liftedStore.subscribe,
912+
911913
getState,
912914

913915
replaceReducer(nextReducer: Reducer<S & NextStateExt, A>) {

0 commit comments

Comments
 (0)