Preventing Automatic Update of List When Fetching Specific Record #5677
Unanswered
chemseddine201
asked this question in
General
Replies: 1 comment 7 replies
-
Dose the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two queries with different keys: ['signup-list'] to retrieve a list of records, and ['signup-list', 'id'] to fetch a single record. However, when I use the 'useQuery' function to fetch a specific record, the corresponding record in the list automatically updates. I would like to know how to prevent this automatic update of the record in the list until I explicitly refresh the list.
Beta Was this translation helpful? Give feedback.
All reactions