-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timer operator does not work correctly on certain dates #5694
Comments
I believe this is dupe of #3015. |
@kwonoj , But if this problem is due to overflow, then why does it work with dates adding days more than 99? |
it does not. If you only subscribe to date(100) for example,
it emits warning
and duration falls back to default but not sync, so it emits asynchronously. If it correctly works, opening up page should not write any output since date due is set to more than one month. |
closing as dupe. |
Bug Report
Current Behavior
The timer operator is emit value immediately when we pass the current date(now) with adding from 75 to 99 days
Reproduction
https://stackblitz.com/edit/angular-ivy-uuf9za?file=src/app/app.component.ts
The text was updated successfully, but these errors were encountered: