We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b97d7 commit b95c848Copy full SHA for b95c848
1 file changed
.changeset/forty-months-appear.md
@@ -0,0 +1,13 @@
1
+---
2
+'@clerk/shared': major
3
+'@clerk/react': patch
4
+'@clerk/ui': patch
5
6
+
7
+Remove `useUserContext`, `useOrganizationContext`, `useSessionContext` and `useClientContext` from the `shared/react` package.
8
9
+These hooks have never been meant for public use and have been replaced with internal hooks that do not rely on context.
10
11
+If you need access to these resources, use the `useUser`, `useOrganization` and `useSession` hooks instead.
12
13
+If you are building a React SDK and need direct access to the `client`, get in touch with us to discuss!
0 commit comments