MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / replaceReducer

Method replaceReducer

packages/react/src/redux.ts:31–31  ·  view source on GitHub ↗
(
    nextReducer: Reducer<NewState, NewActions>,
  )

Source from the content-addressed store, hash-verified

29 getState(): S;
30 subscribe(listener: () => void): Unsubscribe;
31 replaceReducer<NewState, NewActions extends Action>(
32 nextReducer: Reducer<NewState, NewActions>,
33 ): Store<ExtendState<NewState, StateExt>, NewActions, StateExt, Ext> & Ext;
34}

Callers 1

redux.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected