File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
59Introduce internal ` useOAuthConsent() ` hook for fetching OAuth consent screen metadata for the signed-in user.
Original file line number Diff line number Diff line change 33 * If you do, app router will break.
44 */
55export { MultisessionAppSupport } from './client-boundary/controlComponents' ;
6+ export { useOAuthConsent } from '@clerk/shared/react' ;
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import type { ClerkProviderProps } from './types';
77
88export { setErrorThrowerOptions } from './errors/errorThrower' ;
99export { MultisessionAppSupport } from './components/controlComponents' ;
10+ export { useOAuthConsent } from '@clerk/shared/react' ;
1011export { useRoutingProps } from './hooks/useRoutingProps' ;
1112export { useDerivedAuth } from './hooks/useAuth' ;
1213export { IS_REACT_SHARED_VARIANT_COMPATIBLE } from './utils/versionCheck' ;
You can’t perform that action at this time.
0 commit comments