diff --git a/src/Fabulous/WidgetDiff.fs b/src/Fabulous/WidgetDiff.fs index 054a15cc9..3493bb2b0 100644 --- a/src/Fabulous/WidgetDiff.fs +++ b/src/Fabulous/WidgetDiff.fs @@ -82,7 +82,7 @@ type ScalarChange = and [] WidgetChange = | Added of widget: WidgetAttribute | Removed of widget: WidgetAttribute - | Updated of widget: WidgetAttribute * diff: WidgetDiff // old * diff + | Updated of widget: WidgetAttribute * diff: WidgetDiff // updated * diff | ReplacedBy of widget: WidgetAttribute and [] WidgetCollectionChange =