Skip to content

Remove deprecated features for the next major version #3655

@kubk

Description

@kubk

Since next Mobx update might be major due to native decorators support, it makes sense to revisit the API and remove deprecated features. Removing deprecated features gives less code to support for maintainers. For example here while mocking console.log I had to support both observer and useObserver usage:

function runTestSuite(mode: "observer" | "useObserver") {

Here is the list of deprecated API I've found:

Feel free to add missing API 👍 Once we agreed, I'll start working on PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions