diff --git a/.changeset/purple-foxes-develop.md b/.changeset/purple-foxes-develop.md index 88e86ea8d3..c00952143c 100644 --- a/.changeset/purple-foxes-develop.md +++ b/.changeset/purple-foxes-develop.md @@ -3,4 +3,5 @@ '@clerk/types': minor --- -Introduced an `upsert` method to the `SignUp` resource, which reuses the existing sign-up attempt ID if it exists. This was an obvious oversight in the ticket flow, so `SignUpStart` has been updated to use this instead. +- Introduced an `upsert` method to the `SignUp` resource, which reuses the existing sign-up attempt ID if it exists. +- Fix a ticket flow issue on `` component, where in some rare cases the initial ticket/context is lost, because of creating a new sign-up attempt ID.