You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(clerk-js): Add push/replace props & replace state when merging fragment into url (#1304)
* feat(repo): Add push and replace props to ClerkProvider
* chore(repo): Add integration test for path routing on history back
* fix(repo): Fix expectation in sign in page objects to be more resilient
---------
Co-authored-by: Clerk Cookie <136073014+clerk-cookie@users.noreply.github.com>
Co-authored-by: Dimitris Klouvas <dimitris@clerk.dev>
Introduces two new props for `<ClerkProvider />`, `push` and `replace`. These props replace the `navigate` prop. Passing both `push` and `replace` will allow Clerk to correctly handle navigations without causing issues with the host application's router.
0 commit comments