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
TimeoutInfo is an object that is passed to the with callback of TimeoutConfig (timeout operator's config object). It has lastValue field which seems to be null regardless of what was the last value emitted before the timeout occurred.
Expected behavior
lastValue is expected to contain a value emitted right before the timeout firing.
Describe the bug
TimeoutInfo
is an object that is passed to thewith
callback ofTimeoutConfig
(timeout
operator's config object). It haslastValue
field which seems to benull
regardless of what was the last value emitted before the timeout occurred.Expected behavior
lastValue
is expected to contain a value emitted right before the timeout firing.Reproduction code
Reproduction URL
No response
Version
7.8.1
Environment
Browser (V8)
Additional context
Looks like this line
rxjs/src/internal/operators/timeout.ts
Line 362 in 3859f86
The text was updated successfully, but these errors were encountered: