Skip to content
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

Convert all uses of Scheduler with a custom class that implements SchedulerLike #308

Open
2 tasks
benjamincharity opened this issue Jun 12, 2019 · 0 comments
Open
2 tasks
Labels
Focus: utility General JS/TS utilities Goal: Library Stabilization A task needed to get the library closer to it's final state Type: chore Something that needs to be done but is not a bug or addition

Comments

@benjamincharity
Copy link
Contributor

NGRX is throwing this error when linting:

Scheduler is deprecated: Scheduler is an internal implementation detail of RxJS, and
should not be used directly. Rather, create your own class and implement
{@link SchedulerLike}
  • Create class that implements SchedulerLike
  • Replace all uses of Scheduler with the new class
@benjamincharity benjamincharity added Focus: utility General JS/TS utilities Goal: Library Stabilization A task needed to get the library closer to it's final state Type: chore Something that needs to be done but is not a bug or addition labels Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus: utility General JS/TS utilities Goal: Library Stabilization A task needed to get the library closer to it's final state Type: chore Something that needs to be done but is not a bug or addition
Projects
None yet
Development

No branches or pull requests

1 participant