Skip to content

Commit f1b40d6

Browse files
committed
fix(bug): invalid undoing prop
1 parent 35dea47 commit f1b40d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/create_middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function createMiddleware<S>(
8787
transformers,
8888
store,
8989
transformed,
90-
undoing
90+
!undoing
9191
);
9292
if (transformer === null) {
9393
return;

0 commit comments

Comments
 (0)