mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #28] Double event callbacks using on(event, callback) syntax #25
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @appy-one on GitHub (Apr 1, 2021).
Original GitHub issue: https://github.com/appy-one/acebase/issues/28
Originally assigned to: @appy-one on GitHub.
Events 'value', 'child_added' and 'notify_child_added' are fired twice for each value when using
ref.on(event, callback)syntax.To reproduce:
This does not happen when using
ref.on(event).subscribe(callback)@appy-one commented on GitHub (Apr 2, 2021):
Fix published in acebase-core v1.4.1, which is now required by acebase v1.5.0 and acebase-client 1.3.2