From 63f77bd2119b609184972bf02ad005311d2407d2 Mon Sep 17 00:00:00 2001 From: Lennart Date: Mon, 2 Oct 2023 08:52:28 +0200 Subject: [PATCH] update changeset --- .changeset/sweet-bottles-watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/sweet-bottles-watch.md b/.changeset/sweet-bottles-watch.md index 67c91b22fda..aa9be0cdc03 100644 --- a/.changeset/sweet-bottles-watch.md +++ b/.changeset/sweet-bottles-watch.md @@ -4,4 +4,4 @@ '@clerk/shared': patch --- -Restore reverted commits from https://github.com/clerkinc/javascript/pull/1806 and fixed issue with `createContext only works in Client Components` error raised from `@clerk/nextjs`. +Retry the implemented changes from [#1767](https://github.com/clerkinc/javascript/pull/1767) which were reverted in [#1806](https://github.com/clerkinc/javascript/pull/1806) due to RSC related errors (not all uses components had the `use client` directive). Restore the original PR and add additional `use client` directives to ensure it works correctly.