Skip to content

Commit

Permalink
docs: updates State Page useStore option 'recursive' to 'deep' (#3159)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiananagnostou authored Mar 2, 2023
1 parent e8d5bb4 commit 1cd2bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/routes/docs/components/state/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default component$(() => {
{
nested: { fields: { are: 'not tracked' } },
},
{ recursive: true }
{ deep: true }
);

return (
Expand All @@ -135,7 +135,7 @@ export default component$(() => {
{
letters: ['A', 'B', 'C'],
},
{ recursive: true }
{ deep: true }
);

return (
Expand Down

0 comments on commit 1cd2bd6

Please sign in to comment.