Comparing version 3.3.9 to 3.3.10
@@ -287,3 +287,3 @@ var __assign = this && this.__assign || function () { | ||
var loadMore = function loadMore() { | ||
// if (noMore) return; | ||
if (noMore) return; | ||
setLoadingMore(true); | ||
@@ -294,3 +294,3 @@ run(finalData); | ||
var loadMoreAsync = function loadMoreAsync() { | ||
// if (noMore) return; | ||
if (noMore) return Promise.reject(); | ||
setLoadingMore(true); | ||
@@ -297,0 +297,0 @@ return runAsync(finalData); |
@@ -305,3 +305,3 @@ "use strict"; | ||
var loadMore = function loadMore() { | ||
// if (noMore) return; | ||
if (noMore) return; | ||
setLoadingMore(true); | ||
@@ -312,3 +312,3 @@ run(finalData); | ||
var loadMoreAsync = function loadMoreAsync() { | ||
// if (noMore) return; | ||
if (noMore) return Promise.reject(); | ||
setLoadingMore(true); | ||
@@ -315,0 +315,0 @@ return runAsync(finalData); |
{ | ||
"name": "ahooks", | ||
"version": "3.3.9", | ||
"version": "3.3.10", | ||
"description": "react hooks library", | ||
@@ -63,3 +63,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"gitHead": "839fa463641c030318e8d6378a3f0ae14c6eb407" | ||
"gitHead": "947f53177af9dc1dfa0974ab926f6773689048f0" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
658181