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 9b0630f commit 7ce2bb9Copy full SHA for 7ce2bb9
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