From cceea3ab7f269dfbab8bd649826751f756e24ddf Mon Sep 17 00:00:00 2001 From: Justin Voelker Date: Tue, 22 Apr 2025 21:27:27 -0400 Subject: [PATCH 1/2] Fix key prop spread error --- app/routes/users+/$username_+/__note-editor.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/routes/users+/$username_+/__note-editor.tsx b/app/routes/users+/$username_+/__note-editor.tsx index 98074b311..205670627 100644 --- a/app/routes/users+/$username_+/__note-editor.tsx +++ b/app/routes/users+/$username_+/__note-editor.tsx @@ -225,7 +225,10 @@ function ImageChooser({ )} {existingImage ? ( - + ) : null} @@ -257,6 +261,7 @@ function ImageChooser({