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.