fix(CI): broken test in /app

This commit is contained in:
FaberVitale 2021-07-25 13:08:25 +02:00
parent 7a579532bf
commit b315404534

View File

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