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

If you insert a new item to a collection, other rows aren't updated #15

Closed
plivesey opened this issue Jul 29, 2016 · 0 comments · Fixed by #16
Closed

If you insert a new item to a collection, other rows aren't updated #15

plivesey opened this issue Jul 29, 2016 · 0 comments · Fixed by #16
Assignees

Comments

@plivesey
Copy link
Owner

A subtle but if you have a collection with ids:

[ 1, 2 ]

and you insert a new 1 at the end (with new data), you end up with:

[ 1, 2, 1' ] instead of [ 1', 2, 1 ]

Should be relatively easy to fix.

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