Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 8af14ac

Browse files
committed
Add "undefined" value to examples
1 parent 96a08e6 commit 8af14ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/src/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export default class App extends Component {
1010
bool: true,
1111
date: new Date(),
1212
object: {
13-
foo: 'bar'
13+
foo: 'bar',
14+
baz: undefined
1415
},
1516
immutable: Map({ key: 'value' })
1617
};

0 commit comments

Comments
 (0)