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. - + +