You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,11 @@ this hook.
78
78
Please note that this hook declares `react` and as _peer dependency_. Therefore, you must have
79
79
`react` installed to use this package.
80
80
81
-
Please [open an issue](https://github.com/zeusdeux/use-is-in-viewport/issues/new) if this default
82
-
causes a problem in your application.
81
+
**Note**: This hook relies on [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) and hence if you want to use it in a browser that doesn't
82
+
support it, the onus of shipping the polyfill is on the developer.
83
+
84
+
Please [open an issue](https://github.com/zeusdeux/use-is-in-viewport/issues/new) if these defaults
0 commit comments