Skip to content

Commit a9b618d

Browse files
authored
chore(shared): Remove the beta warning comment from useReverification hook (#5454)
1 parent f20dc15 commit a9b618d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/polite-pillows-report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/shared': patch
3+
---
4+
5+
Removes the warning comment from `useReverification`

packages/shared/src/react/hooks/useReverification.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,8 @@ function createReverificationHandler(params: CreateReverificationHandlerParams)
147147

148148
/**
149149
* > [!WARNING]
150-
* > This feature is currently in public beta. **It is not recommended for production use.**
151150
* >
152-
* > Depending on the SDK you're using, this feature requires `@clerk/nextjs@6.5.0` or later, `@clerk/clerk-react@5.17.0` or later, and `@clerk/clerk-js@5.35.0` or later.
151+
* > Depending on the SDK you're using, this feature requires `@clerk/nextjs@6.12.7` or later, `@clerk/clerk-react@5.25.1` or later, and `@clerk/clerk-js@5.57.1` or later.
153152
*
154153
* The `useReverification()` hook is used to handle a session's reverification flow. If a request requires reverification, a modal will display, prompting the user to verify their credentials. Upon successful verification, the original request will automatically retry.
155154
*

0 commit comments

Comments
 (0)