You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that we're fine to omit the initial value fallback, current() can return undefined while the promise is unresolved. The code snippet example even compares current() === undefined.
The text was updated successfully, but these errors were encountered:
mobx-utils/src/lazy-observable.ts
Line 45 in 3a1ee03
Given that we're fine to omit the initial value fallback,
current()
can returnundefined
while the promise is unresolved. The code snippet example even comparescurrent() === undefined
.The text was updated successfully, but these errors were encountered: