From bce8de3ee35ae953795845080aa4d404d397176f Mon Sep 17 00:00:00 2001 From: Michael Sweeney Date: Mon, 16 Dec 2024 15:52:26 -0800 Subject: [PATCH] fixed vercel error --- docs/api/basic/useSnapshot.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/basic/useSnapshot.mdx b/docs/api/basic/useSnapshot.mdx index d8c4a40d..dc300821 100644 --- a/docs/api/basic/useSnapshot.mdx +++ b/docs/api/basic/useSnapshot.mdx @@ -191,7 +191,8 @@ In dev mode, `useSnapshot` uses React's `useDebugValue` to output a list of fiel 1. Due to the way `useSnapshot` uses a proxy to recorded accesses _after_ `useSnapshot` has returned, the fields listed in `useDebugValue` are technically from the _previous_ render. 2. Object getter and class getter calls are not included in the `useDebugValue` output, but don't worry, they are actually correctly tracked internally and correctly trigger re-renders when changed. - + +