From defb2ecc8740a7ada4d1ba93afea36c1034a5ba0 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 28 Jul 2021 10:31:16 +0200 Subject: [PATCH] chore: remove outdated todo --- src/store.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store.ts b/src/store.ts index 1b070915..9a2cde45 100644 --- a/src/store.ts +++ b/src/store.ts @@ -76,7 +76,6 @@ const { assign } = Object function isComputed(value: ComputedRef | unknown): value is ComputedRef function isComputed(o: any): o is ComputedRef { - // FIXME: should be different in next beta return o && o.effect } -- 2.47.2