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
Interface SchedulerLike is not exported from the index file, but in @deprecated docs for Scheduler it suggested to use that interface instead of Scheduler. Also, if I understood correctly, the docs points that SchdulerLike should be exported from the index file.
That behavior breaks some ESLint rules (such as import/named)
Expected behavior
Interface SchedulerLike should be exported from the index file.
Reproduction code
import{SchedulerLike}from'rxjs';
Reproduction URL
No response
Version
7.5.6
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Interface
SchedulerLike
is not exported from the index file, but in@deprecated
docs forScheduler
it suggested to use that interface instead ofScheduler
. Also, if I understood correctly, the docs points thatSchdulerLike
should be exported from the index file.That behavior breaks some ESLint rules (such as import/named)
Expected behavior
Interface
SchedulerLike
should be exported from the index file.Reproduction code
Reproduction URL
No response
Version
7.5.6
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: