Skip to content

Commit b95c848

Browse files
committed
Add changeset
1 parent 70b97d7 commit b95c848

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.changeset/forty-months-appear.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)