const existingThing = localStore.getQuery(
api.things.getUserThing,
{
thingId: args.thingId,
userId: currentUser._id,
}
)
i get the data like that but it always ends up undefined and im not sure why
this is inside the with optimistic update attached to the mutation
the id + user id is there and correct, ive logged them
am i missing anything to setup the localstore to get it working