Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple array without changes seen as a change #661

Open
joeo73-impinj opened this issue Dec 8, 2022 · 0 comments
Open

simple array without changes seen as a change #661

joeo73-impinj opened this issue Dec 8, 2022 · 0 comments

Comments

@joeo73-impinj
Copy link

Version

3.15

Steps to reproduce

let test = { '4': ['Bobby','Sam'] };
let cs = new Changeset(test);

cs.set('4', ['Bobby','Sam']);

console.log('cs.isDirty', cs.isDirty);

Expected Behavior

console log outputs false

Actual Behavior

console log outputs true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant