From ff9190114279ffa6f5e95c411cdf869a638c3f31 Mon Sep 17 00:00:00 2001 From: Blake Wilson Date: Wed, 20 Sep 2023 08:46:04 -0500 Subject: [PATCH] Updated changeset wording for apollo client fix (#1584) --- .changeset/chilled-teachers-brush.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/chilled-teachers-brush.md b/.changeset/chilled-teachers-brush.md index 5e44709c1..5a4058901 100644 --- a/.changeset/chilled-teachers-brush.md +++ b/.changeset/chilled-teachers-brush.md @@ -2,4 +2,4 @@ '@faustwp/experimental-app-router': patch --- -Fixed an issue where the client was being shipped on the client resulting in large bundle sizes (150kb+). For more context: https://github.com/apollographql/apollo-client-nextjs/issues/95 +Fixed an issue where the Apollo Client was being shipped to the browser client bundle resulting in large bundle sizes (150kb+). For more context: https://github.com/apollographql/apollo-client-nextjs/issues/95