diff --git a/src/features/reset.ts b/src/features/reset.ts index b7c40ed..2811ba8 100644 --- a/src/features/reset.ts +++ b/src/features/reset.ts @@ -19,7 +19,7 @@ export const ResetType = Symbol("Reset"); */ export interface ResetOptions { /** List of things to reset. Can include objects which will be recursed over for persistent values. */ - thingsToReset: Computable[]>; + thingsToReset: Computable; /** A function that is called when the reset is performed. */ onReset?: VoidFunction; }