@fly4react/observer
Advanced tools
+10
-9
@@ -331,2 +331,3 @@ import { jsx } from "react/jsx-runtime"; | ||
| }, [ | ||
| containerRef.current, | ||
| offset, | ||
@@ -510,3 +511,3 @@ finalThreshold, | ||
| }, [ | ||
| ref, | ||
| ref.current, | ||
| callback, | ||
@@ -656,3 +657,3 @@ observerOptions, | ||
| }, [ | ||
| ref, | ||
| ref.current, | ||
| callback, | ||
@@ -785,3 +786,3 @@ observerOptions, | ||
| }, [ | ||
| ref, | ||
| ref.current, | ||
| callback, | ||
@@ -953,3 +954,3 @@ observerOptions, | ||
| }, [ | ||
| ref, | ||
| ref.current, | ||
| callback, | ||
@@ -980,3 +981,3 @@ observerOptions, | ||
| }, [ | ||
| ref | ||
| ref.current | ||
| ]); | ||
@@ -1009,3 +1010,3 @@ }; | ||
| }, [ | ||
| ref, | ||
| ref.current, | ||
| observerOptions, | ||
@@ -1035,3 +1036,3 @@ isMountedRef | ||
| }, [ | ||
| ref, | ||
| ref.current, | ||
| isMountedRef | ||
@@ -1073,3 +1074,3 @@ ]); | ||
| }, [ | ||
| ref, | ||
| ref.current, | ||
| enable, | ||
@@ -1107,3 +1108,3 @@ observerOptions | ||
| }, [ | ||
| ref, | ||
| ref.current, | ||
| enable, | ||
@@ -1110,0 +1111,0 @@ observerOptions, |
+1
-1
| { | ||
| "name": "@fly4react/observer", | ||
| "version": "1.22.0", | ||
| "version": "1.23.0", | ||
| "description": "一个基于 Intersection Observer API 的现代 React 工具库,提供懒加载、可见性检测、位置跟踪和滚动方向检测功能", | ||
@@ -5,0 +5,0 @@ "type": "module", |
122279
0.08%2372
0.04%