We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeadd15 + a107bd9 commit 29184c8Copy full SHA for 29184c8
database/useList.ts
@@ -81,7 +81,7 @@ export const useList = (query?: firebase.database.Query | null): ListHook => {
81
return;
82
}
83
84
- onChildAdded(snapshot, previousKey);
+ onChildAdded(addedChild, previousKey);
85
};
86
87
childAddedHandler = ref.on(
0 commit comments