Add a note about nested objects.

This commit is contained in:
Angelos Chalaris
2018-11-29 11:55:30 +02:00
committed by GitHub
parent 699673c938
commit 9fd7daddcc

View File

@ -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`.
<!-- tags: array,object,functional --> <!-- tags: array,object,functional -->
<!-- expertise: 1 --> <!-- expertise: 1 -->