Skip to content

Commit

Permalink
[Content]: Fix heading in stores page
Browse files Browse the repository at this point in the history
As per #686
  • Loading branch information
LadyBluenotes authored and atilafassina committed May 13, 2024
1 parent a25c2a2 commit 8033beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/concepts/stores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ setData('animals', reconcile(newData))
In this example, the store will look for the differences between the existing and incoming data sets.
Consequently, only `'koala'` - the new edition - will cause an update.

## Extracting raw data with `unwrap`
### Extracting raw data with `unwrap`

When there is a need for dealing with data outside of a reactive context, the `unwrap` utility offers a way to transform a store to a standard [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object).
This conversion serves several important purposes.
Expand Down

0 comments on commit 8033beb

Please sign in to comment.