diff --git a/example/src/documentation/DocsTablePage.react.js b/example/src/documentation/DocsTablePage.react.js index 356f0c94..3b1cc898 100644 --- a/example/src/documentation/DocsTablePage.react.js +++ b/example/src/documentation/DocsTablePage.react.js @@ -55,11 +55,14 @@ function DocsTablePage(): React.Node { { content: "Action" }, ]} bodyItems={[ - [ - { content: "1" }, - { content: "Jon" }, - { content: }, - ], + { + key: '1', + item: [ + { content: "1" }, + { content: "Jon" }, + { content: }, + ] + }, ]} />