We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30e1d8 commit 57297cbCopy full SHA for 57297cb
08_dispatch-async-action-1.js
@@ -51,7 +51,7 @@ console.log(new Date());
51
store_0.dispatch(sayActionCreator('Hi'))
52
53
console.log(new Date());
54
-console.log('store_0 state after action SET_NAME:', store_0.getState())
+console.log('store_0 state after action SAY:', store_0.getState())
55
// Output (skipping initialization output):
56
// Sun Aug 02 2015 01:03:05 GMT+0200 (CEST)
57
// speaker was called with state {} and action { type: 'SAY', message: 'Hi' }
0 commit comments