Skip to content

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

@niklasjoh

Description

@niklasjoh

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

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