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

fix(Subject): make value parameter for next non-optional #3074

Closed

Commits on Nov 14, 2017

  1. fix(Subject): make value parameter for next non-optional

    Prevents emitting undefined on strictly-typed Subjects
    
    BREAKING CHANGE:
    If you are using TypeScript called next() without a value before, TypeScript will error. If the Subject is of type void, explicitely pass undefined to next().
    
    closes ReactiveX#2852
    felixfbecker committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    64ba901 View commit details
    Browse the repository at this point in the history