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 6d6fdc9 + 7ce2bb9 commit 2bc1a1dCopy full SHA for 2bc1a1d
docs/recipes/ReducingBoilerplate.md
@@ -215,7 +215,7 @@ class Posts extends Component {
215
}
216
217
render() {
218
- if (this.props.isLoading) {
+ if (this.props.isFetching) {
219
return <p>Loading...</p>;
220
221
@@ -297,7 +297,7 @@ class Posts extends Component {
297
298
299
300
301
302
303
0 commit comments