From c929c516013cb72a963d38f1da5bcbdc6e304bd4 Mon Sep 17 00:00:00 2001 From: 97vack <1739717921@qq.com> Date: Sat, 30 Dec 2023 18:48:43 +0800 Subject: [PATCH] chore(release): v1.3.6 --- src/use/useController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/use/useController.ts b/src/use/useController.ts index 584750a..22956ca 100644 --- a/src/use/useController.ts +++ b/src/use/useController.ts @@ -10,6 +10,8 @@ export function useController>(obj: T): T { rawMap: new WeakMap(), }).current; + console.log(); + return observer( proxyStateRef.current, () => {