We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30211ee commit aeeb2bdCopy full SHA for aeeb2bd
README.md
@@ -86,6 +86,7 @@ export function effect(callback) {
86
return () => {
87
w.unwatch(computed);
88
typeof cleanup === "function" && cleanup();
89
+ cleanup = undefined;
90
};
91
}
92
```
0 commit comments