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.
2 parents aaba1b8 + 46975e4 commit a894175Copy full SHA for a894175
docs/advanced/AsyncActions.md
@@ -358,7 +358,7 @@ export function fetchPosts(subreddit) {
358
response => response.json(),
359
// Do not use catch, because that will also catch
360
// any errors in the dispatch and resulting render,
361
- // causing an loop of 'Unexpected batch number' errors.
+ // causing a loop of 'Unexpected batch number' errors.
362
// https://github.com/facebook/react/issues/6895
363
error => console.log('An error occured.', error)
364
)
0 commit comments