From d1aa67ada47917f01cb2a332d2c5154f298b7326 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 9 Dec 2024 10:57:09 +0000 Subject: [PATCH] Update .changeset/fluffy-starfishes-unite.md Co-authored-by: Jovi De Croock --- .changeset/fluffy-starfishes-unite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fluffy-starfishes-unite.md b/.changeset/fluffy-starfishes-unite.md index ce0bd2fa92..44bdf95df2 100644 --- a/.changeset/fluffy-starfishes-unite.md +++ b/.changeset/fluffy-starfishes-unite.md @@ -2,4 +2,4 @@ '@urql/core': minor --- -Fixes an issue where `addMetadata` calls were stripped in production mode, ensuring consistent metadata availability (e.g., `cacheOutcome`) in both development and production environments +Remove `addMetadata` transform where we'd strip out metadata for production environments, this particularly affects `OperationResult.context.metadata.cacheOutcome`