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
The field handler should handle all the relevant field changes, no matter what else is changed, or from which original state.
Actual Behavior
The handler is only triggered when a deeply nested specific field is changed/added/removed, but not when the whole structure that contains it is added/changed/removed.
Expected Behavior
The field handler should handle all the relevant field changes, no matter what else is changed, or from which original state.
Actual Behavior
The handler is only triggered when a deeply nested specific field is changed/added/removed, but not when the whole structure that contains it is added/changed/removed.
Steps to reproduce
Example original object (note the absence of
spec
!):Changed object:
Specifications
The text was updated successfully, but these errors were encountered: