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.
1 parent 5b3f056 commit bbea6eaCopy full SHA for bbea6ea
src/database/optionsApi.ts
@@ -123,7 +123,7 @@ export function databasePlugin(
123
const unbinds = rtdbUnbinds.get(this)!
124
125
if (unbinds[key]) {
126
- unbinds[key](options.wait)
+ unbinds[key](options.reset)
127
}
128
129
// FIXME: Create a single scopeEffect per instance that wraps thin call and stop the effect scope when `unbind()` is called
0 commit comments