Skip to content

7.8.2 introduces breaking changes #7536

@ilyakonrad

Description

@ilyakonrad

Describe the bug

Calling .next() with no arguments like this

new Observable((observer) => {
  observer.next()
}

shows error

Expected 1 arguments, but got 0.ts(2554)

Subscriber.d.ts(42, 10): An argument for 'value' was not provided.

Expected behavior

No breaking changes in patch version updates.

Version

7.8.2

Additional context

Duplicate of #7534.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions