Skip to content

Add / Remove events not being fired #76

@MarceloFonseca

Description

@MarceloFonseca

According to this example taken from CanJS Documentation (Bottom of the page):

  • add and remove events are not being fired, only the length one

I believe we should have this output:

// remove ["eve"] 2
// length 2 3
// add ["Xerxes"] 1
// length 3 2

And not only:

// length 2 3
// length 3 2

FYI: This was already raised and discussed in Slack 😉

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions