File tree 1 file changed +2
-2
lines changed
src/Components/Components/src/RenderTree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,10 +353,10 @@ public override string ToString()
353
353
return $ "Attribute: (seq={ Sequence } , id={ AttributeEventHandlerId } ) '{ AttributeName } '='{ AttributeValue } '";
354
354
355
355
case RenderTreeFrameType . Component :
356
- return $ "Component: (seq={ Sequence } , len={ ComponentSubtreeLength } ) { ComponentType } ";
356
+ return $ "Component: (seq={ Sequence } , key= { ComponentKey ?? "(none)" } , len={ ComponentSubtreeLength } ) { ComponentType } ";
357
357
358
358
case RenderTreeFrameType . Element :
359
- return $ "Element: (seq={ Sequence } , len={ ElementSubtreeLength } ) { ElementName } ";
359
+ return $ "Element: (seq={ Sequence } , key= { ElementKey ?? "(none)" } , len={ ElementSubtreeLength } ) { ElementName } ";
360
360
361
361
case RenderTreeFrameType . Region :
362
362
return $ "Region: (seq={ Sequence } , len={ RegionSubtreeLength } )";
You can’t perform that action at this time.
0 commit comments