From 329be6b60cca371c52e515e52083df610eab82d7 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:00:48 +0200 Subject: [PATCH] chore(changeset): update --- .changeset/large-kangaroos-wave.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/large-kangaroos-wave.md b/.changeset/large-kangaroos-wave.md index 572ca1ea..4decc00f 100644 --- a/.changeset/large-kangaroos-wave.md +++ b/.changeset/large-kangaroos-wave.md @@ -3,3 +3,5 @@ --- Remove auto-generated hanle-ids and use `null` as the default handle id. +If you were relying on handle-ids in your code but weren't assigning them explicitly, you'll might need to update your code to handle this change. +By default, if you don't provide a handle-id, it will be `null` and the first handle of the corresponding type will be used.