version 4.26.1 broke my mutations #5136
Unanswered
gmcamposano
asked this question in
General
Replies: 2 comments 5 replies
-
can you please show a codesandbox reproduction? I'm also wondering why you're not using |
Beta Was this translation helpful? Give feedback.
5 replies
-
I will try to create a minimal codesandbox reproduction, but it was only affected from 4.26.1, which works fine in 4.26.0 As to why I am not using variables? Great question. I did not know it was possible. Now i know :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot tell if maybe its a breaking change or a bug as I went through the changelog installing version by version.
I then run in the accept button:
saveToDatabase.mutate()
checking the req.body from the /api/cierre i get the following:
What is happening: information arrives incomplete in the api endpoint (factura missing, and ...datos missing too)
on version 4.26.0 I still get all data as expected
Beta Was this translation helpful? Give feedback.
All reactions