From 92901a2083b83e45e63a2ef176accf8b145ba143 Mon Sep 17 00:00:00 2001 From: Leon Talbert Date: Tue, 12 Sep 2023 08:26:11 +0800 Subject: [PATCH] Intercom warning --- src/layouts/Basic.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/Basic.tsx b/src/layouts/Basic.tsx index 76dfbc4ac..74ed21a18 100644 --- a/src/layouts/Basic.tsx +++ b/src/layouts/Basic.tsx @@ -69,6 +69,7 @@ export const Basic = withErrorBoundary(({ children }: { children: React.ReactNod const { boot } = useIntercom() useEffect(() => { + // Do not initialise with uid and email without implementing identity verification first boot() // eslint-disable-next-line react-hooks/exhaustive-deps }, [])