You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving an entity in Gutenberg it sends the entity being saved to the server, and the server responds with what it actually saved. Gutenberg then applies the saved version to its state.
I've experienced multiple problems where a bug, both in Gutenberg and in our own code have meant that the server replies back with something different different than was requested - usually something missing. These issues are can be a pain to track down and also be rather subtle. I'd like this to be easier.
Here's a list of some example bugs which might have been easier to find and fix:
It'd be helpful in diagnosing these bugs if there was a log that something was different. Ideally some kind of diff, but at the minimum a log message saying something like "Content in server response differs from request".
The text was updated successfully, but these errors were encountered:
What problem does this address?
When saving an entity in Gutenberg it sends the entity being saved to the server, and the server responds with what it actually saved. Gutenberg then applies the saved version to its state.
I've experienced multiple problems where a bug, both in Gutenberg and in our own code have meant that the server replies back with something different different than was requested - usually something missing. These issues are can be a pain to track down and also be rather subtle. I'd like this to be easier.
Here's a list of some example bugs which might have been easier to find and fix:
What is your proposed solution?
It'd be helpful in diagnosing these bugs if there was a log that something was different. Ideally some kind of diff, but at the minimum a log message saying something like "Content in server response differs from request".
The text was updated successfully, but these errors were encountered: