Skip to content

Commit

Permalink
removed span
Browse files Browse the repository at this point in the history
  • Loading branch information
overthemike committed Nov 13, 2024
1 parent 4dd88f2 commit b071cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/basic/useSnapshot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ In dev mode, `useSnapshot` uses React's `useDebugValue` to output a list of fiel

<br />

> <span style="font-size:1.5em">!!</span> &nbsp; There are two disclaimers to
> !! &nbsp; There are two disclaimers to
> using the debug value
>
> 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.
Expand Down

0 comments on commit b071cec

Please sign in to comment.