mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
fix(CI): broken test in /app
This commit is contained in:
parent
7a579532bf
commit
b315404534
|
@ -94,7 +94,7 @@ export function makeSelectRtkQueryActionRegex<
|
|||
>(): SelectRTKQueryActionRegex<S, A> {
|
||||
const selectApiReducerPaths = createSelector(
|
||||
(source: SelectorsSource<S, A>) =>
|
||||
source.computedStates[source.currentStateIndex].state,
|
||||
source.computedStates[source.currentStateIndex]?.state,
|
||||
getApiReducerPaths
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user