diff --git a/.changeset/sweet-bottles-watch.md b/.changeset/sweet-bottles-watch.md index 67c91b22fd..aa9be0cdc0 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.