Skip to content

Commit

Permalink
Merge branch 'main' into chore/publish-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 27, 2024
2 parents a6ba890 + f5a81ed commit c9841d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/advanced/ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: 'Create a ref object'

#### A ref allows unproxied state in a Valtio proxy

A `ref` is useful in the rare instances you to nest an object in a `proxy` that is not wrapped in an inner proxy and, therefore, is not tracked.
A `ref` is useful in the rare instances you need to nest an object in a `proxy` that is not wrapped in an inner proxy and, therefore, is not tracked.

```js
const store = proxy({
Expand Down

0 comments on commit c9841d3

Please sign in to comment.