Skip to content

Commit d825178

Browse files
committed
chore: format
1 parent 64d2fed commit d825178

File tree

2 files changed

+3
-49
lines changed

2 files changed

+3
-49
lines changed

examples/react/kitchen-sink/src/components/NestedCollectionsExample.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export function NestedCollectionsExample() {
165165

166166
return { previousSnapshot };
167167
},
168-
onError: (error, variables, context) => {
168+
onError: (error, _variables, context) => {
169169
// Show user-friendly error message
170170
console.error("Failed to send message:", error);
171171
// Could show a toast notification here
@@ -207,7 +207,7 @@ export function NestedCollectionsExample() {
207207
const conversationRef = doc(firestore, "conversations", conversationId);
208208
return deleteDoc(conversationRef);
209209
},
210-
onError: (error, conversationId) => {
210+
onError: (error, _conversationId) => {
211211
console.error("Failed to delete conversation:", error);
212212
// Could show a toast notification here
213213
},

pnpm-lock.yaml

Lines changed: 1 addition & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)