Skip to content

Commit

Permalink
[docs] update debugging link (pmndrs#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyPigeon authored Mar 5, 2022
1 parent 95e86ec commit f700742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/debugging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Every feature of `useAtomDevtools` is supported in this hook, but there's an ext
## Frozen Atoms
To find bugs where you accidentally tried to mutate objects stored in atoms you
could use [`freezeAtom`](../api/utils.mdx#freeze-atom) or
[`atomFrozenInDev`](../api/utils.mdx#atom-frozen-in-dev) from `jotai/utils` bundle.
could use [`freezeAtom`](../utils/freeze-atom.mdx) or
[`freezeAtomCreator`](../utils/freeze-atom-creator.mdx#) from `jotai/utils` bundle.
Which returns atoms value that is deeply freezed with `Object.freeze`.

0 comments on commit f700742

Please sign in to comment.