hi, thank you for cool lib https://github.com/c0per/deno_json_patch/blob/32c90c1e822e7030bfd4e73cb96dd95fe7b2616f/src/json_patch.ts#L164 it seems like only a reference to arg is being changed not underlying data maybe use Object.assign or smth
hi, thank you for cool lib
deno_json_patch/src/json_patch.ts
Line 164 in 32c90c1
it seems like only a reference to arg is being changed not underlying data
maybe use Object.assign or smth