File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed
nextjs/src/client-boundary
react-router/src/__tests__/__snapshots__
remix/src/__tests__/__snapshots__
tanstack-react-start/src/__tests__/__snapshots__ Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11'use client' ;
22
33export {
4- AuthenticateWithRedirectCallback ,
5- ClerkDegraded ,
6- ClerkFailed ,
74 ClerkLoaded ,
85 ClerkLoading ,
6+ ClerkDegraded ,
7+ ClerkFailed ,
8+ SignedOut ,
9+ SignedIn ,
910 Protect ,
10- RedirectToCreateOrganization ,
11- RedirectToOrganizationProfile ,
1211 RedirectToSignIn ,
1312 RedirectToSignUp ,
1413 RedirectToTask ,
1514 RedirectToUserProfile ,
16- SignedIn ,
17- SignedOut ,
15+ AuthenticateWithRedirectCallback ,
16+ RedirectToCreateOrganization ,
17+ RedirectToOrganizationProfile ,
1818} from '@clerk/clerk-react' ;
1919
2020export { MultisessionAppSupport } from '@clerk/clerk-react/internal' ;
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ exports[`root public exports > should not change unexpectedly 1`] = `
2020 "RedirectToOrganizationProfile",
2121 "RedirectToSignIn",
2222 "RedirectToSignUp",
23+ "RedirectToTask",
2324 "RedirectToUserProfile",
2425 "SignIn",
2526 "SignInButton",
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ exports[`root public exports > should not change unexpectedly 1`] = `
2121 "RedirectToOrganizationProfile",
2222 "RedirectToSignIn",
2323 "RedirectToSignUp",
24+ "RedirectToTask",
2425 "RedirectToUserProfile",
2526 "SignIn",
2627 "SignInButton",
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ exports[`root public exports > should not change unexpectedly 1`] = `
3232 "RedirectToOrganizationProfile",
3333 "RedirectToSignIn",
3434 "RedirectToSignUp",
35+ "RedirectToTask",
3536 "RedirectToUserProfile",
3637 "SignIn",
3738 "SignInButton",
Original file line number Diff line number Diff line change 11import { deprecated } from '@clerk/shared/deprecated' ;
22import type {
3- ProtectProps as _ProtectProps ,
43 HandleOAuthCallbackParams ,
54 PendingSessionOptions ,
5+ ProtectProps as _ProtectProps ,
66 RedirectOptions ,
77} from '@clerk/types' ;
88import { defineComponent } from 'vue' ;
You can’t perform that action at this time.
0 commit comments