We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc576e0 commit 9f01a04Copy full SHA for 9f01a04
packages/node_modules/overmind/src/derived.ts
@@ -16,7 +16,7 @@ export class Derived {
16
private value: any
17
private paths: Set<string>
18
private updateCount: number = 0
19
- private disposeOnMutation: () => {}
+ private disposeOnMutation: () => void
20
constructor(private cb: (state: object, parent: object) => void) {
21
const boundEvaluate: any = this.evaluate.bind(this)
22
0 commit comments