The types allow this
retain?: number | Record<string, unknown>;
but the readme doesn't mention it. The code checks whether retain hold a number, but doesn't seem to do anything when it is not.
Should code that consumes deltas handle this case? If so, what does it mean?
The types allow this
but the readme doesn't mention it. The code checks whether
retainhold a number, but doesn't seem to do anything when it is not.Should code that consumes deltas handle this case? If so, what does it mean?