Skip to content

Upgrading from 2.3.3 to 2.5.0 induces error "Handler not found" #65

Open
@niklasjoh

Description

As stated in title, we upgraded from 2.3.3 to 2.5.0 package of resclient.
Now we notice a lot of errors where we try to .off() on listeners, there are "no handlers".

    unsubscribe() {
      if (this.sub?.off != null) {
        this.sub.off();
      }
    }

Where unsubscribe is called from beforeUnmount-hook in a vue component.
Generating errors in console
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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