Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 453127c

Browse files
committed
fix(state): fix build
1 parent 22e4576 commit 453127c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/state/actions/src/lib/actions.factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class RxActionFactory<T extends Partial<Actions>> implements OnDestroy {
8484
subjectMap,
8585
effectMap,
8686
transformsMap: transforms,
87-
errorHandler: this.errorHandler,
87+
errorHandler: this.errorHandler ?? null,
8888
})
8989
) as any as RxActions<T, U>;
9090
}

0 commit comments

Comments
 (0)