Skip to content

Commit 327fb72

Browse files
committed
chore: export from next and react internal
1 parent 076063c commit 327fb72

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
'@clerk/shared': patch
3+
'@clerk/react': patch
4+
'@clerk/nextjs': patch
5+
'@clerk/react-router': patch
6+
'@clerk/tanstack-react-start': patch
37
---
48

59
Introduce internal `useOAuthConsent()` hook for fetching OAuth consent screen metadata for the signed-in user.

packages/nextjs/src/internal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
* If you do, app router will break.
44
*/
55
export { MultisessionAppSupport } from './client-boundary/controlComponents';
6+
export { useOAuthConsent } from '@clerk/shared/react';

packages/react/src/internal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import type { ClerkProviderProps } from './types';
77

88
export { setErrorThrowerOptions } from './errors/errorThrower';
99
export { MultisessionAppSupport } from './components/controlComponents';
10+
export { useOAuthConsent } from '@clerk/shared/react';
1011
export { useRoutingProps } from './hooks/useRoutingProps';
1112
export { useDerivedAuth } from './hooks/useAuth';
1213
export { IS_REACT_SHARED_VARIANT_COMPATIBLE } from './utils/versionCheck';

0 commit comments

Comments
 (0)