Add subscribe method

This commit is contained in:
Nathan Bierema 2022-01-11 10:40:47 -05:00
parent cbe4a4b104
commit 2e5df8eeff

View File

@ -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>) {