-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
I will give an example to show my issue. I have a query key like this: reactive(['products', 'show', productId])
, where productId
is a Ref
. If I use setQueryData
with this key, the change is not reflected in a query that uses exactly the same key. I know the problem is the ref because if I use this key instead it works: reactive(['products', 'show', productId.value])
.
Metadata
Metadata
Assignees
Labels
No labels