diff --git a/src/runtime/store/index.ts b/src/runtime/store/index.ts index 069ea11216..35823fb68b 100644 --- a/src/runtime/store/index.ts +++ b/src/runtime/store/index.ts @@ -168,6 +168,7 @@ function auto(fn): DeriverController { update(payload, set) { set(fn(payload)); }, + cleanup: noop, }; } function manual(fn): DeriverController {