From 9fa46eba70e0c3b1a8b0fa91065bd301783bbe04 Mon Sep 17 00:00:00 2001 From: Bretton <36870434+BrettM86@users.noreply.github.com> Date: Thu, 16 Jul 2026 01:12:21 -0700 Subject: [PATCH] fix(comments): bind comment state through the tree components Comment.svelte passed node.comment to CommentActions without bind:, breaking the ownership chain for CommentVote's stats/viewer bindings and warning once per rendered comment in dev. Co-Authored-By: Claude Fable 5 --- src/lib/feature/comment/Comment.svelte | 2 +- src/lib/feature/comment/CommentProvider.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/feature/comment/Comment.svelte b/src/lib/feature/comment/Comment.svelte index 4669322a..6c49fbb8 100644 --- a/src/lib/feature/comment/Comment.svelte +++ b/src/lib/feature/comment/Comment.svelte @@ -256,7 +256,7 @@ {#if actions} { diff --git a/src/lib/feature/comment/CommentProvider.svelte b/src/lib/feature/comment/CommentProvider.svelte index ff7e5923..1804444b 100644 --- a/src/lib/feature/comment/CommentProvider.svelte +++ b/src/lib/feature/comment/CommentProvider.svelte @@ -215,7 +215,7 @@