Skip to content

Commit 82c74ac

Browse files
committed
chore: update changeset
1 parent 54475bd commit 82c74ac

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.changeset/three-rabbits-react-oauth-consent.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,12 @@
1010

1111
Expose `OAuthConsent` as a public component export across React-based SDKs.
1212

13-
Also expose `useOAuthConsent()` as a public hook where supported.
13+
Example:
14+
15+
```tsx
16+
import { OAuthConsent } from '@clerk/react';
17+
18+
export default function Page() {
19+
return <OAuthConsent />;
20+
}
21+
```

packages/clerk-js/src/core/clerk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ import type {
5858
__internal_CheckoutProps,
5959
__internal_EnableOrganizationsPromptProps,
6060
__internal_OAuthConsentProps,
61-
OAuthConsentProps,
6261
__internal_PlanDetailsProps,
6362
__internal_SubscriptionDetailsProps,
6463
__internal_UserVerificationModalProps,
@@ -96,6 +95,7 @@ import type {
9695
LoadedClerk,
9796
NavigateOptions,
9897
OAuthApplicationNamespace,
98+
OAuthConsentProps,
9999
OrganizationListProps,
100100
OrganizationProfileProps,
101101
OrganizationResource,

0 commit comments

Comments
 (0)