diff --git a/snippets/MappedTable.md b/snippets/MappedTable.md index 67c5d0377..aada05e50 100644 --- a/snippets/MappedTable.md +++ b/snippets/MappedTable.md @@ -43,6 +43,9 @@ ReactDOM.render( ); ``` +#### Notes: +* This component does not work with nested objects and will break if there are nested objects inside any of the properties specified in `propertyNames`. +