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
While handling of nested values (i.e. meta) was improved in #10827, it left a remaining edge case where updated values may be needlessly left in edits state if not all meta values can be considered as updated to their canonical form.
We should consider improving the reducer such that in the handling of UPDATE_POST, if the key for which updates are received is one of the file's EDIT_MERGE_PROPERTIES properties, it should individually unset values from the received canonical value which align, removing the top-level key if all values are the same.
The text was updated successfully, but these errors were encountered:
Related: #10827 (comment)
While handling of nested values (i.e. meta) was improved in #10827, it left a remaining edge case where updated values may be needlessly left in
edits
state if not all meta values can be considered as updated to their canonical form.We should consider improving the reducer such that in the handling of
UPDATE_POST
, if the key for which updates are received is one of the file'sEDIT_MERGE_PROPERTIES
properties, it should individually unset values from the received canonical value which align, removing the top-level key if all values are the same.The text was updated successfully, but these errors were encountered: