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

resolveResponse() mutates its input #192

Open
jrr opened this issue Mar 15, 2023 · 1 comment
Open

resolveResponse() mutates its input #192

jrr opened this issue Mar 15, 2023 · 1 comment

Comments

@jrr
Copy link

jrr commented Mar 15, 2023

Despite going through the trouble of making a copy:

const responseClone = copy(response)

It seems that resolveResponse() is mutating its input.

See associated PR for a failing test.

@jrr
Copy link
Author

jrr commented Mar 16, 2023

Here's a one-line changes that fixes the unit test, but I haven't tested the change with a real app:

jrr@e24524a

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