diff --git a/src/fetch.js b/src/fetch.js index 076210b..f3939a3 100644 --- a/src/fetch.js +++ b/src/fetch.js @@ -54,7 +54,7 @@ export class Fetch extends React.Component { method: props.method.toUpperCase(), }), requestName: props.requestName, - fetching: false, + fetching: !this.isLazy(), response: null, data: null, error: null,