Added undefined example (#8899)

Into section `Booleans, Null, and Undefined Are Ignored` I've added example with undefined.
This commit is contained in:
Vladimir Kovpak
2017-01-31 07:24:29 -06:00
committed by Brandon Dail
parent 64a47e9fb4
commit 8bc5a87d04
+2
View File
@@ -381,6 +381,8 @@ Children passed to a custom component can be anything, as long as that component
<div>{null}</div>
<div>{undefined}</div>
<div>{true}</div>
```