diff --git a/.changeset/tiny-forks-sit.md b/.changeset/tiny-forks-sit.md new file mode 100644 index 00000000000..5a7c9dbcc4d --- /dev/null +++ b/.changeset/tiny-forks-sit.md @@ -0,0 +1,8 @@ +--- +'@clerk/clerk-react': minor +'@clerk/types': minor +--- + +Update `` `routerPush` and `routerReplace` options to be both required or both missing. +Also used internally the `Without` generic instead of `Omit` to resolve issues with complex types and +partially making a type property optional.