Destructure tags from meta in Document component#81
Destructure tags from meta in Document component#81bholmesdev merged 1 commit intobholmesdev:mainfrom
Conversation
|
|
@gitkola is attempting to deploy a commit to the bholmesdev1's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the destructuring pattern in the documentation example to correctly access the nested tags property from the meta object in the store.
- Updated the destructuring in
useStoreValueto use nested destructuring:meta: { tags }
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Changes
Resolves Incorrect destructuring path in useStoreValue example #80
Fixing Incorrect destructuring path in useStoreValue example
I have read the "Making a Pull Request" section before making this PR.
Testing
No need to test as it is a typo in the docs.
Docs
This PR is directly fixing typo in the docs.