mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +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> {
|
>(): SelectRTKQueryActionRegex<S, A> {
|
||||||
const selectApiReducerPaths = createSelector(
|
const selectApiReducerPaths = createSelector(
|
||||||
(source: SelectorsSource<S, A>) =>
|
(source: SelectorsSource<S, A>) =>
|
||||||
source.computedStates[source.currentStateIndex].state,
|
source.computedStates[source.currentStateIndex]?.state,
|
||||||
getApiReducerPaths
|
getApiReducerPaths
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user