jsonapi-serializer icon indicating copy to clipboard operation
jsonapi-serializer copied to clipboard

Serializing 10 items turns into 9, but serializing 9 or 11 keeps original amount

Open dhenson02 opened this issue 1 year ago • 0 comments

I can serialize my array of objects when there are 9 of them, and it brings back 9. Same when there are 11 of them.

But when I provide an array of 10 objects, it truncates it down to 9 (and mutates the original array as well).

Is there something I need to do to avoid this?

dhenson02 avatar Oct 14 '24 19:10 dhenson02