From f65e6fc2fd0601eb419505fd2cad725e6a9d2381 Mon Sep 17 00:00:00 2001 From: raythurnvoid <53383860+raythurnvoid@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:27:34 +0100 Subject: [PATCH] Add changeset --- .changeset/swift-oranges-cover.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/swift-oranges-cover.md diff --git a/.changeset/swift-oranges-cover.md b/.changeset/swift-oranges-cover.md new file mode 100644 index 0000000000..fd1b94cfd9 --- /dev/null +++ b/.changeset/swift-oranges-cover.md @@ -0,0 +1,5 @@ +--- +'svelte': patch +--- + +Fix components mounted via mount() during onMount() that not properly update when using signals provided as input of the mount() function.