Skip to content

Commit 482ddc6

Browse files
authored
Fix broken code snippet
1 parent 85973d0 commit 482ddc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade/breaking-changes/7-0-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The obsolete `ClearButton` parameter is removed. Use `ShowClearButton` instead.
7373
<GridColumn>
7474
<Template>
7575
@{ var dataItem = (GridModel)context; }
76-
<ChildComponent <strong>@key="@dataItem"</strong> />
76+
<ChildComponent @key="@dataItem" />
7777
</Template>
7878
</GridColumn>
7979
````

0 commit comments

Comments
 (0)