-
Notifications
You must be signed in to change notification settings - Fork 392
feat(expo,react): Make Signal hooks the default #6946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: vincent-and-the-doctor
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Description
This PR moves our experimental
useSignInSignal
anduseSignUpSignal
hooks into their rightful place as the defaultuseSignIn
anduseSignUp
hooks. It moves the previous hooks to a@clerk/react/legacy
export. It also updates Expo's use of the legacy hooks to the new export.It adds the
/legacy
export to the Next.js, React Router, Tanstack Start, and Expo SDKs.It also deletes the
@clerk/remix
package and all supporting files that referenced it.Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change