From 40a8629e0bcc736d6178b97fbe0202bcd66c97e1 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Wed, 7 Aug 2024 10:00:02 -0600 Subject: [PATCH] Add changeset --- .changeset/shaggy-lions-brake.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/shaggy-lions-brake.md diff --git a/.changeset/shaggy-lions-brake.md b/.changeset/shaggy-lions-brake.md new file mode 100644 index 00000000000..0d444d490b3 --- /dev/null +++ b/.changeset/shaggy-lions-brake.md @@ -0,0 +1,5 @@ +--- +"@apollo/client": patch +--- + +Prevent accidental distribution on `cache.modify` field modifiers when a field is a union type array.