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 3c409d9 commit 79b7d7fCopy full SHA for 79b7d7f
packages/core/src/internal/useObservable.ts
@@ -47,7 +47,7 @@ export const useObservable = <O>(
47
}
48
49
if (syncVal === EMPTY_VALUE) {
50
- set(defaultValue === EMPTY_VALUE ? gV : defaultValue)
+ set(defaultValue)
51
52
53
const t = subscription
0 commit comments