From 76e6d7c7f421c6a01e849a9c21401a6f34eb4a9c Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Wed, 28 Oct 2020 18:15:01 +0800 Subject: [PATCH] chore: update use update reason hook messages --- src/utils/hooks/useUpdateReason.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/hooks/useUpdateReason.tsx b/src/utils/hooks/useUpdateReason.tsx index 195c8cf..edcbf1a 100644 --- a/src/utils/hooks/useUpdateReason.tsx +++ b/src/utils/hooks/useUpdateReason.tsx @@ -23,11 +23,11 @@ export function useUpdateReason

(typeof r === 'function' ? '[fn]' : r))) } - console.log(`;`) + console.log(`;;`) } lastPropsRef.current = props